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

groupable + reorderable cannot both be used

6 Answers 106 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 10 Oct 2012, 10:42 AM
Team,
First let me start off by saying thank you for this great product you have released!

I wasn't sure whether to place this here or in the UserVoice area so I'm sorry if i have chosen incorrectly.

Issue:
When using the KendoUI Web Grid there appears to be an issue (perhaps due to my own issues) when using reorderable (not documented at http://www.kendoui.com/documentation/ui-widgets/grid/configuration.aspx) and groupable. They do not appear to be able to work in unison. Reorderable will work as intended but the dynamic grouping functionality will not. The grid does properly display the grouping bar but the drop action is being considered invalid since it is not being done in the column header area.

Thanks in advance for anything that can be done about this.

Daniel

6 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 10 Oct 2012, 12:01 PM
Hello Dan,

I'm afraid that I'm unable to recreate such behavior locally. Please, take a look at this test page and let me know if I'm missing something obvious.

Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dan
Top achievements
Rank 1
answered on 10 Oct 2012, 01:45 PM
Thank you for your prompt response. I have isolated the problem to only exist when you have not specified the columns.


Working:

groupable: true,
reorderable: true,
columns: ["Id",
"Pallet",
"Material",
"Quantity"
]

Not Working:

groupable: true,
reorderable: true



0
Rosen
Telerik team
answered on 10 Oct 2012, 03:14 PM
Hi Dan,

Thanks for the additional details.  We were able to recreate the issue in question and to address it. The fix will be included in the next official release. Meanwhile, I have updated your telerik points.

Regards,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Dan
Top achievements
Rank 1
answered on 17 Nov 2012, 04:01 AM
Rosen/Telerik Team,

I just got a chance to review this in the 2012.3.1114 release and it appears to still be an issue. Further testing indicates that without the columns identified now even column reordering by itself without groupable enable is not functional.

Is it the intention to require columns be specifically identified to the grid? I really enjoy the dynamic functionality the grid "currently" provides. It allows me to only have to make the one change at the data source which limits the amount of JSON data being sent to the client to dynamically change the grid. It just seems to provide a more maintainable client side page. Is there some significant performance hit to letting the grid dynamically identify the columns?

Thanks again for all the hard work being done on KendoUI Web

Daniel
0
Rosen
Telerik team
answered on 20 Nov 2012, 01:14 PM
Hi Dan,

Indeed you are correct. It seems that this issue can be observed with current version of the KendoUI grid widget. However, we managed to fix it and this behavior should not be observed with the next release.

Greetings,
Rosen
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
jose
Top achievements
Rank 1
answered on 11 Dec 2012, 05:37 AM
This would be a major feature! And not to bad to implement.
Tags
Grid
Asked by
Dan
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Dan
Top achievements
Rank 1
jose
Top achievements
Rank 1
Share this question
or