Help!
I have a radgrid built that uses a custom editform. In the updatecommand sub I follow all the Telerik standards... cast e.item to grideditableItem (id="eitem"); then search out controls by using trycast(eitem.findcontrol("object"), radtextbox).text. This is how all the documentation is setup... but it will NOT work for me! I have been working on this for 2 days now-- I have a note into Telerik support as well, but figured it couldn't hurt to ask the group...
I should add that I am using EditMode="popups" and EditFormType="templates".
I have a radgrid built that uses a custom editform. In the updatecommand sub I follow all the Telerik standards... cast e.item to grideditableItem (id="eitem"); then search out controls by using trycast(eitem.findcontrol("object"), radtextbox).text. This is how all the documentation is setup... but it will NOT work for me! I have been working on this for 2 days now-- I have a note into Telerik support as well, but figured it couldn't hurt to ask the group...
I should add that I am using EditMode="popups" and EditFormType="templates".