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

Fix returned rows for grid select() method for grouped data used in grid that is configured with groupable = false.

1 Answer 34 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Wolfgang
Top achievements
Rank 1
Wolfgang asked on 18 May 2016, 10:19 AM
  • in a grid configured to groupable = false
  • using a datasource that is grouped will allow selecting a grouping row, it does not show in the ui, but the select() method will return the grouping row. 

demo: 
http://dojo.telerik.com/aDevo

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 20 May 2016, 06:43 AM

Hello Wolfgang,

Indeed change should not be triggered for grouping rows and select method should return them as well. 

This issue is caused due to performance optimization of the selectors that are being passed to Selectable widget. The code relies on `groupable` option of the Grid to detect whether to build more complex selector.

Thank you for bringing our attention to this issue. We will investigate further how to address this. 

Regards,
Nikolay Rusev
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
Wolfgang
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or