Hi,
I reproduce the example from http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx and added a new field which contains dateinput.
All my elements are created from server side. The only client code is the javascript. I have implemented IBindableTemplate for each kind of column so i would be able to extract the content on server event.
Right now everything works fine except in one case. When i do a sort on any column (the grid need to have no filter first) and then i apply the changes after updating the first row, all the textbox value are set to null. But if I try again after that postback there's no problem at all. Its only on the first sort/filter command.
The version we're using is the 2012.3.1308.35.
Thx for you help
I reproduce the example from http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/clienteditbatchupdates/defaultcs.aspx and added a new field which contains dateinput.
All my elements are created from server side. The only client code is the javascript. I have implemented IBindableTemplate for each kind of column so i would be able to extract the content on server event.
Right now everything works fine except in one case. When i do a sort on any column (the grid need to have no filter first) and then i apply the changes after updating the first row, all the textbox value are set to null. But if I try again after that postback there's no problem at all. Its only on the first sort/filter command.
The version we're using is the 2012.3.1308.35.
Thx for you help