I am running into the following scenario.
I have a combobox and a rad grid on a page. When a value is selected in the combobox I wan to highlight the associated item in the grid. The associated item could be on any page on the grid so the focus will need to be on the correct page and then item on the page.
I could programatically page through the pages to find and select the item but was wondering if there was an inbuilt way in the grid.
I have a combobox and a rad grid on a page. When a value is selected in the combobox I wan to highlight the associated item in the grid. The associated item could be on any page on the grid so the focus will need to be on the correct page and then item on the page.
I could programatically page through the pages to find and select the item but was wondering if there was an inbuilt way in the grid.