In Internet Explorer 10, while we are add one row using "Add" button, the row will be added on the last position in the grid instead of top of the grid.
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 aKendo UI Dojo, where the issue is present so we can take a look?
Myapologiesfor 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
Atanas Georgiev
Telerik team
answered on 27 Jul 2015, 08:49 AM
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
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!