hi
i have the requirement like this when i select a item in drop down list, depends on the selected item another combo box and text field will dispaly...pls let me know asap...
I guess the comboboxes and textbox are placed inside the FormTemplate of radgrid. If so you can access editform and access the second combo in SelectedIndexChanged event of RadComboBox to set the Visible property based on selection.
C#:
protectedvoid RadComboBox1_SelectedIndexChanged(object o, RadComboBoxSelectedIndexChangedEventArgs e)
thx for quick reply..dont mind pls send me the asp code also...main i am facing problem is in edit mode the "asp labels" are giving me problem... in telerik rad window "labels" are still displaying....when i use the visible = false property...