Hi,
This is my situation:
I have Cascading RadComboboxes. For Ex: RadA, RadB, RadC. Initially RadC is invisible.
On Change of RadA, RadB should populate and for a certain selected value of RadA, RadC should become visible.
I used OnClientSelectedIndexChanging Event on RadA. In that Method, I checked some conditions and called
This is my situation:
I have Cascading RadComboboxes. For Ex: RadA, RadB, RadC. Initially RadC is invisible.
On Change of RadA, RadB should populate and for a certain selected value of RadA, RadC should become visible.
I used OnClientSelectedIndexChanging Event on RadA. In that Method, I checked some conditions and called
RadB.requestItems(item.get_value(),
false); . This will inturn call the Items Requested Event on the server side.
In this Method on the server side, if I use RadA.SelectedValue or RadA.SelectedItem.Text, i am getting the Initial Value or Blank, but not the selection made.
In this Event, if I say RadC.Visible = true, after the completion of this event, the page does not show up the Rad C Combo box.
I hope you understood the Scenario.
I hope you will help me in resolving the Issue.
Thanks
Srinivas