Hi,
I have a requirement to add column template for a kendo editable grid, I am able to render grid with column template but have couple of issues
1) when double click on a cell the editor textbox is opening and bind with model value but after editing is done the updated value is lost and not visible in grid
2) have paging enabled on when loads only the first page is displaying the data in templated columns but the other pages are not displaying the data for templated columns.
to demonstrate the issues made a @ http://plnkr.co/edit/0QXGS7?p=preview
Please suggest me how can solve those issue
Thanks In Advance,
Praneeth