This is a migrated thread and some comments may be shown as answers.

Kendo Grid Cell template with enditable enabled

1 Answer 189 Views
Grid
This is a migrated thread and some comments may be shown as answers.
praneeth
Top achievements
Rank 1
praneeth asked on 19 Apr 2016, 02:28 PM

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

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 22 Apr 2016, 06:07 AM

Hello venkat,

Looking at the provided sample, the described behavior seems to be caused by the use of some old/custom angular-kendo.js script. The angular directives are already bundled into the kendo.all.min.js, thus there is no need to include additional scripts. Please remove the include it should address the issue in question. More information on AngularJS integration can be found here.

Regards,
Rosen
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
praneeth
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or