Hi,
In the WebDataGrid i am using a ig:roweditingtemplate to insert a new row and edit the existing row. Now in ig:roweditingtemplate i have one textbox control. On Insert operation i want to enable the textbox control and on edit operaion i want to disable that control. Any help on this will be appreciate.
Thanks,
Mits
Hello Mitesh,
How exactly you have enabled the template for the row adding? Basically there are client side events in the Behaviors -> Editing Core -> Row Editing Template -> RowEditingClientEvents and you can use the TemplateOpening event to show/hide the controls.
Hello Mitesh,Please let me know if you have any further questions regarding this issue.