ok...here's my deal...i've got a grid that in edit mode uses a Template...i do something while in edit mode that causes an ajaxrequest which fires a custom method...
while executing that custom method i can do a GridEditableItem edititem = (GridEditableItem)this.rgCustomDiagnosis.EditItems[0];
and have a tie to the current editable record...
but i can't for the life of me figure out how to find a textbox in the edit template...
edititem.findcontrol("txtCoreCode") just returns a null
help please
thanks
while executing that custom method i can do a GridEditableItem edititem = (GridEditableItem)this.rgCustomDiagnosis.EditItems[0];
and have a tie to the current editable record...
but i can't for the life of me figure out how to find a textbox in the edit template...
edititem.findcontrol("txtCoreCode") just returns a null
help please
thanks