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

First editable cell doesn’t enter in edit mode when adding rows to kendo grid with frozen

3 Answers 197 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Oscar
Top achievements
Rank 1
Oscar asked on 25 Apr 2014, 09:28 AM
Hi Kendo team:

When I add a row to a grid with frozen columns, neither the
first editable cell enters in edit mode nor the vertical scroll changes to put the
new row in sight.

I’ve attached an example. Click the add button and you will
not see the new row. You have to scroll down and you’ll see that any cell is in
edit  mode.

Kind Regards,

Oscar.

3 Answers, 1 is accepted

Sort by
0
Oscar
Top achievements
Rank 1
answered on 25 Apr 2014, 09:36 AM
0
Accepted
Petur Subev
Telerik team
answered on 29 Apr 2014, 08:15 AM
Hello Oscar,

The cell in the first column, with the checkboxes do not enter edit mode, because it is a template column. The second column is not editable and this is why you do not see in enter edit mode. If you try to make it editable:

  fields: {
          ProductID: {
          //editable: false,
          nullable: true
},

Indeed there is an issue that the columns to the right (the regular columns) are not scrolled down to the bottom. I will inform the team about this behavior, as a temporary work-around I can suggest you to scroll it manually like so:

http://trykendoui.telerik.com/@pesho/UHaX

As a small sign of our appreciation I updated your telerik points.

Kind Regards,
Petur Subev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Oscar
Top achievements
Rank 1
answered on 29 Apr 2014, 03:41 PM
Thank you very much, Petur.
Kind regards.
Oscar.
Tags
Grid
Asked by
Oscar
Top achievements
Rank 1
Answers by
Oscar
Top achievements
Rank 1
Petur Subev
Telerik team
Share this question
or