I'm having a hard time just finding the handle to a RadButton. I've tried every Javascript/jQuery technique I can think of but no luck.
I have RadButtons set up as checkboxes in rows of 3 in an Asp:Repeater.
On the OnClientClicked event I call a Javascript function. The first thing it does is call sender.get_uniqueID() which returns a string like rp1$ctl05$chkSelect.
Once I have that it's a simple matter to parse the string to assemble the unique IDs of the other checkboxes in the row.
Unfortunately no technique I can think of will return a handle that will allow me to do a set_checked call on either of the other checkboxes in the row. It's always null.
Suggestions?
I have RadButtons set up as checkboxes in rows of 3 in an Asp:Repeater.
On the OnClientClicked event I call a Javascript function. The first thing it does is call sender.get_uniqueID() which returns a string like rp1$ctl05$chkSelect.
Once I have that it's a simple matter to parse the string to assemble the unique IDs of the other checkboxes in the row.
Unfortunately no technique I can think of will return a handle that will allow me to do a set_checked call on either of the other checkboxes in the row. It's always null.
Suggestions?