Hi,
I am using RadGrid and trying to provide update / insert new record with template form. The main problem is that events onUpdate/Insert do not fire. I am using this example http://demos.telerik.com/aspnet-ajax/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx and adjusts it for my purpose (add more columns, use Business Logic Layer class which returns an IEnumerable as datasource for grid). But when I click the button
Thanks a lot,
Mark
I am using RadGrid and trying to provide update / insert new record with template form. The main problem is that events onUpdate/Insert do not fire. I am using this example http://demos.telerik.com/aspnet-ajax/Grid/Examples/DataEditing/TemplateFormUpdate/DefaultCS.aspx and adjusts it for my purpose (add more columns, use Business Logic Layer class which returns an IEnumerable as datasource for grid). But when I click the button
btnUpdate
inside FormTemplate
nothing is happened. Could any body provide me with any idea of what is going on?Thanks a lot,
Mark