3 Answers, 1 is accepted
0

Vivek
Top achievements
Rank 1
answered on 23 Jul 2015, 01:52 PM
Please see the attached screenshot
0
Hello Vivek,
Based on your report we found an issue with inserting new item in grouped grid with batch editing. The issue is logged in our bug tracking system - we will do our best to address it as soon as possible.
Some additional info on your use-case will be greatly appreciated. Do you experience the issue on IE10 only (or it is replicated on Chrome and Firefox also). Is it possible for you to create an isolated runnable example in a Kendo UI Dojo, where the issue is present so we can take a look?
My apologies for the inconvenience caused and thank you for the understanding.
Regards,
Atanas Georgiev
Telerik
Based on your report we found an issue with inserting new item in grouped grid with batch editing. The issue is logged in our bug tracking system - we will do our best to address it as soon as possible.
Some additional info on your use-case will be greatly appreciated. Do you experience the issue on IE10 only (or it is replicated on Chrome and Firefox also). Is it possible for you to create an isolated runnable example in a Kendo UI Dojo, where the issue is present so we can take a look?
My apologies for the inconvenience caused and thank you for the understanding.
Regards,
Atanas Georgiev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Hello again Vivek,
Further investigation showed that this behavior is by design. It happens because actions in the gird (group, sort, filter) are performed after the new item is added on top. In order for the item to be shown first, you will need to apply such sort to the DataSource, as when inserted the default value of the field on which is sorted to be on the top. This will bubble the inserted record on the top of the group.
Regards,
Atanas Georgiev
Telerik
Further investigation showed that this behavior is by design. It happens because actions in the gird (group, sort, filter) are performed after the new item is added on top. In order for the item to be shown first, you will need to apply such sort to the DataSource, as when inserted the default value of the field on which is sorted to be on the top. This will bubble the inserted record on the top of the group.
Regards,
Atanas Georgiev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!