Hi Telerik,
My grid must look the same when it's normal and in edit mode. I'm playing with row template, but when I add it then it looks ok, but edited values are not send to server.
I have created example: http://jsfiddle.net/lukeon/u7VWv/1/ but it is using local datasource. In my case I have autoSync datasource. When I remove
template: "<input type='text' class='k-input k-textbox' value='${ FirstName }'/>"
then it works fine. When I add such template then datasource it's not sync.
Any idea how I can accomplish this? :)
My grid must look the same when it's normal and in edit mode. I'm playing with row template, but when I add it then it looks ok, but edited values are not send to server.
I have created example: http://jsfiddle.net/lukeon/u7VWv/1/ but it is using local datasource. In my case I have autoSync datasource. When I remove
template: "<input type='text' class='k-input k-textbox' value='${ FirstName }'/>"
then it works fine. When I add such template then datasource it's not sync.
Any idea how I can accomplish this? :)