Hi,
Can anyone tell me how to repopulate the grid based on dropdownlist selction changed. this dropdown is not part of grid.
It's a separate control by itself in the ascx. so, when i change values in this dropdown, my radgrid should bring corresponding values and bind to the radgrid. is it possible.
how do i implement this(c#).
Also, can someone tell when the grid's itemdataboud event will get called. To get this event called should i have radgrid.databind() ???
So, the radgrid should be filled first prior to calling this event right???
Thanks,
ZR
Can anyone tell me how to repopulate the grid based on dropdownlist selction changed. this dropdown is not part of grid.
It's a separate control by itself in the ascx. so, when i change values in this dropdown, my radgrid should bring corresponding values and bind to the radgrid. is it possible.
how do i implement this(c#).
Also, can someone tell when the grid's itemdataboud event will get called. To get this event called should i have radgrid.databind() ???
So, the radgrid should be filled first prior to calling this event right???
Thanks,
ZR