I have a GridTemplateColumn with a RadComboBox in the EditItemTemplate. In the footer of this RCB I have some textboxes and a button.
What I need to do - Access other items in the footer of the RCB via javascript on the client side. (I need to validate one of the textboxes with a customvalidator)
I can do this with a RCB that I have designtime access to, I figured that out. :)
My first attempts were trying to find a way to access the RCB from the edit item template and get it's client ID. I can't find a way to get to the RCB that way... and that's kinda all I had.
Can anyone give me a pointer in how I can, (in my Page_Load for example), access the RCB in a GridTemplateColumn's EditItemTemplate.
If there is a RadGrid clientside method I could do this with as well, I can probably make that work.
Anything, at this point, would be much appreciated.