Hi
I am using rad grid to show register user data. In the edit mode i have two drop down one for country and another for role.
First : I need to have "----Select----" on top of both the drop down. I used
DropDownList.Items.Insert(0, New ListItem("--Select--"))
But still not able to achive the result
sec : I need to to make Country drop down enable false on selection change event of role drop down
how to have an event for Role dropdown selection change and how to access both the drop downs present in Form template of edit mode from an event outside grid.
Thanks
Avinob
I am using rad grid to show register user data. In the edit mode i have two drop down one for country and another for role.
First : I need to have "----Select----" on top of both the drop down. I used
DropDownList.Items.Insert(0, New ListItem("--Select--"))
But still not able to achive the result
sec : I need to to make Country drop down enable false on selection change event of role drop down
how to have an event for Role dropdown selection change and how to access both the drop downs present in Form template of edit mode from an event outside grid.
Thanks
Avinob