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

Row Template for Add new Record

1 Answer 334 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Laxmikant
Top achievements
Rank 1
Laxmikant asked on 06 Dec 2016, 11:38 AM

Hi All,

I have implemented Kendo Grid using angular  with inline editing feature. and i have been asked by my client to implement add feature with different template. can we separately write another row template for add new row. He would have added a feature of frozen  columns in kendo  UI. can someone help me in this .

 

any help or suggestion will be appreciated.

Thanks

Laxmikant

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 08 Dec 2016, 09:17 AM
Hello Laxmikant,

The desired functionality is not supported, but can be achieved via some custom DOM manipulation in the edit event handler.

In inline editing mode, the edit row is available via e.container. The required custom logic can be performed conditionally, based on whether the row is newly added (e.model.isNew() === true).

I hope this helps.

Regards,
Dimiter Topalov
Telerik by Progress
Kendo UI is ready for Visual Studio 2017 RC! Learn more.
Tags
Grid
Asked by
Laxmikant
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or