I have a RadGrid which binds to a dataset. I'd like to programatically set an item as selected/expanded, and have the grid automatically set the CurrentPageIndex to the correct page number to show the selected/expanded item.
Is this possible? My code works great as long as the item is on the first page.
Is this possible? My code works great as long as the item is on the first page.