Hi,
I have a radgrid which will be filled on the page_load method of my page. On selection of the row in radgrid some controls are filled
on my page at client side using OnRowSeleted event.
here,I need to default the row selection to first row and need to call the OnrowSelected event explicity to fill my controls.
I got succeded on selecting the first row by default using RadGrid1.MasterTableView.Items[0].Selected = true;
But, My OnRowSeleted client side event is not fired, So i was not able to Load the controls according to my default row selection.
Please guide me on this senario.
Thanks,
Nagendra
I have a radgrid which will be filled on the page_load method of my page. On selection of the row in radgrid some controls are filled
on my page at client side using OnRowSeleted event.
here,I need to default the row selection to first row and need to call the OnrowSelected event explicity to fill my controls.
I got succeded on selecting the first row by default using RadGrid1.MasterTableView.Items[0].Selected = true;
But, My OnRowSeleted client side event is not fired, So i was not able to Load the controls according to my default row selection.
Please guide me on this senario.
Thanks,
Nagendra