Hi,
In my RadGrid, I show DropDownList objects (during Edit mode only) and I wish to populate one based on the selected value of another.
I created a GridTemplateColumn for this, which during the Edit mode, the DropDownList objects are to be shown. The initial values of these dropdown objects are populated on the ItemCreated event of the grid, and I am just checking that if the grid is in edit mode, I will just populate the dropdown with initial values. The values are fixed and known and they are not a lot so there's no impact doing it on this event.
On the grid, I show at least two dropdown objects, and I just wish that if the user selects a value from the first dropdown, it will initiate repopulating values on the second dropdown based on the selected choice on the first.
Can someone please help me on this? If I am not clear stating my problem here, I'd be glad to clarify it for you.....I really really appreciate your help on this matter.
Regards,
Arthur
In my RadGrid, I show DropDownList objects (during Edit mode only) and I wish to populate one based on the selected value of another.
I created a GridTemplateColumn for this, which during the Edit mode, the DropDownList objects are to be shown. The initial values of these dropdown objects are populated on the ItemCreated event of the grid, and I am just checking that if the grid is in edit mode, I will just populate the dropdown with initial values. The values are fixed and known and they are not a lot so there's no impact doing it on this event.
On the grid, I show at least two dropdown objects, and I just wish that if the user selects a value from the first dropdown, it will initiate repopulating values on the second dropdown based on the selected choice on the first.
Can someone please help me on this? If I am not clear stating my problem here, I'd be glad to clarify it for you.....I really really appreciate your help on this matter.
Regards,
Arthur