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

Grid Edit with Template

2 Answers 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rene
Top achievements
Rank 1
Rene asked on 29 Oct 2013, 12:05 PM
In the previous Telerik MVC (pre Kendo), if you had editing (insert/edit) enabled and had a defined the following:

<other trid stuff>
.Editable( editing => editing
   .Enabled((bool)true)
   .Mode(GridEditMode.InLine)
   .TemplateName("MyEditTemplate")
)
<rest of grid stuff here>

upon insert or edit, it would open up the MyEditTemplate below the grid row (like a detail template) and allow you to edit inline (not in the grid cells).

I'm trying to make this happen with Kendo for MVC - and it doesn't seem to work - it adds that blank row and puts the edit controls right in the grid cells.

Am I missing something or is this out of the box anymore in Kendo UI?

Thanks In Advance,

Rene.

2 Answers, 1 is accepted

Sort by
0
Rene
Top achievements
Rank 1
answered on 29 Oct 2013, 12:30 PM
Just looked at past code for telerik mvc - the GridEditMode.InForm is what I'm looking for in Kendo MVC - is that not available anymore?

If not available - I need to do the same thing it did... any suggestions?
0
Vladimir Iliev
Telerik team
answered on 31 Oct 2013, 09:33 AM
Hi Rene,

 
Please note that due to low interest from our clients the "InForm" edit mode is no longer available in KendoUI Grid, however you can share your idea at KendoUI UserVoice to allow other users vote for it. Most voted ideas are included in next KendoUI releases.

Kind Regards,
Vladimir Iliev
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
Rene
Top achievements
Rank 1
Answers by
Rene
Top achievements
Rank 1
Vladimir Iliev
Telerik team
Share this question
or