Hello,
I have a grid and with a from template for editing. I need to be able to find the controls in the form template in either the itemCommand event or editCommand event. I can find them if I use if(e.CommandName == RadGrid1.UpdateCommandName) but if I try to find a contol inside the itemCommand event without any if statment like that I get a null reference exception. I assume this is because the controls have not rendered at the time I try to find them. What do I have to do to be able to find the controls when the edit form template is loaded?
Thanks,
Kirk
I have a grid and with a from template for editing. I need to be able to find the controls in the form template in either the itemCommand event or editCommand event. I can find them if I use if(e.CommandName == RadGrid1.UpdateCommandName) but if I try to find a contol inside the itemCommand event without any if statment like that I get a null reference exception. I assume this is because the controls have not rendered at the time I try to find them. What do I have to do to be able to find the controls when the edit form template is loaded?
Thanks,
Kirk