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

Problem with grid reordering

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sergey
Top achievements
Rank 1
Sergey asked on 09 Jan 2013, 04:13 PM
Hi there.
Problem: I'm using Kendo UI Web v2012.3.1114 in my mvc application I have kendo grid with options Reorderable(x => x.Columns(true)) and Groupable(), in DetailTemplate I have another grid without grouping and sorting.
Issue: I can drag columns of detailed grid and drop them to main grid.

Comments:
I saw at kendo.grid.js
_draggable: function() {
...
  filter: ".k-header:not(.k-group-cell,.k-hierarchy-cell)"
...
       },

I think problem is that filter equals to .k-header:not(.k-group-cell,.k-hierarchy-cell)
that filter applying to all .k-header, even in detail template grid. If I'm right how can I fix it? 

        

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 10 Jan 2013, 09:29 AM
Hello Sergey,

Indeed this a bug. We will do our best to fix it for the upcoming Q3 SP1 Release next week. As a token of gratitude for bringing the problem to our attention I've updated your Telerik points.

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