Hello,
I have a master page in which I have rad tree view with check boxes (this forms the left menu of the page).
I created another page which refers to above master file.
In the content tab , I have created RadTabs (this has panel in it).
My requirement is that , when the user checks a checkbox node, a text box should get dynamically added to the rad tab's panel.
How can I do this ( sample will help. )
Should I ajaxify and write server side code - how ( becuase rad controls are already ajaxified.) . I think this should be done client side , so should i use javascript (but this will be complicated I think). Any other approach
Help appreciated.
I have a master page in which I have rad tree view with check boxes (this forms the left menu of the page).
I created another page which refers to above master file.
In the content tab , I have created RadTabs (this has panel in it).
My requirement is that , when the user checks a checkbox node, a text box should get dynamically added to the rad tab's panel.
How can I do this ( sample will help. )
Should I ajaxify and write server side code - how ( becuase rad controls are already ajaxified.) . I think this should be done client side , so should i use javascript (but this will be complicated I think). Any other approach
Help appreciated.