Hi,
I have been struggling for a couple of weeks on and off to arrive at the best method for solving my problem.
Currently I have a main page which contains a panelbar, with usercontrols making up the panelbar items.
I am struggling to get the radcombos within the user controls to behave as I would like.
Using Ajax, I want RadCombo1 in UserControl1 to initiate Items Requested of RadCombo1, 2 and 3 in UserControl2, and I then want the first item retruned to be highlighted client side.
I also want, again using Ajax, for RadCombo1 in UserControl2 to initiate Items Requested on RadCombo2 and 3 in the same control, again highlighting the first item client side.
I seem to be able to find controls in code behind but not in client javascript, I'm not even sure where the javascript should...in main pag or usercontrols.
I've just read some info on RadCodeBlock/RadScriptBlock but I'm not sure if I'm getting off track here.
Suggesttions appreciated.
I have been struggling for a couple of weeks on and off to arrive at the best method for solving my problem.
Currently I have a main page which contains a panelbar, with usercontrols making up the panelbar items.
I am struggling to get the radcombos within the user controls to behave as I would like.
Using Ajax, I want RadCombo1 in UserControl1 to initiate Items Requested of RadCombo1, 2 and 3 in UserControl2, and I then want the first item retruned to be highlighted client side.
I also want, again using Ajax, for RadCombo1 in UserControl2 to initiate Items Requested on RadCombo2 and 3 in the same control, again highlighting the first item client side.
I seem to be able to find controls in code behind but not in client javascript, I'm not even sure where the javascript should...in main pag or usercontrols.
I've just read some info on RadCodeBlock/RadScriptBlock but I'm not sure if I'm getting off track here.
Suggesttions appreciated.