I need to make a textbox invisible if a RadComboBox selected Index Changes to 2. I cannot seem to attach this to the combo box:
this.ddlStatus.Attributes.Add("onChange", "javascript:ToggleDisplay();");
2 Answers, 1 is accepted
0
Accepted
Paul
Telerik team
answered on 05 Aug 2008, 01:40 PM
Hi Zed,
Please find below a sample code snippet that shows the needed approach.