I have a radgrid with a popup edit form, and I need to enable/disable a second checkbox based on whether the first checkbox is checked. I'm doing a similar type of operation with a pair of RadComboBoxes, using the Telerik.Web.UI.RadComboBox.ComboBoxes[] array to find my controls' clientID's. I tried probably three or four other approaches and never was succesful, but this works quite well. Is there a similar array for all controls I could access? Or do you have a better suggestion for how to get the clientID of these checkboxes so I can turn them off and on?
Thanks -- Amanda
Thanks -- Amanda