I have a webgrid with custom edit template just like this example:
http://www.telerik.com/demos/aspnet/prometheus/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx
I'd like to use javascript on some controls on the edit form, but I have a hard time accessing the controls on the client. I already tried <%= RadGrid1.FindControls().ClientID %> but no luck.
http://www.telerik.com/demos/aspnet/prometheus/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx
I'd like to use javascript on some controls on the edit form, but I have a hard time accessing the controls on the client. I already tried <%= RadGrid1.FindControls().ClientID %> but no luck.