I have a similar question.
I'm loading data using model binding by setting the itemType and SelectMethod on my RadDataForm control. I'm loading 500 records. When I place the RadDataForm into Edit mode, it positions to page index 0, or the record with ID = 2.
How can I search the RadDataForm control for specific IDs and determine the page index? Why is there no page collection I can search.
Put another way how can I enumerate pag es to find what ID I'm looking for?