Hi, I have a radgrid placed in my page which has data pre-populated with data.
Now in my javascript I have to select a row from radgrid based on the data in the variable.
So it has to get the specific row which has that value.
I need to know if I can select a row from javascript.
For e.g. My grid has data like following
1, 2, 3 (Header)
------------
1,2,3 (Data)
4,2,3 (Data)
Now i want to select a row that has value 4 for column 1 which is actually a second row. Also what happens when paging is enabled in such cases?
Now in my javascript I have to select a row from radgrid based on the data in the variable.
So it has to get the specific row which has that value.
I need to know if I can select a row from javascript.
For e.g. My grid has data like following
1, 2, 3 (Header)
------------
1,2,3 (Data)
4,2,3 (Data)
Now i want to select a row that has value 4 for column 1 which is actually a second row. Also what happens when paging is enabled in such cases?