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

Adding a row after selected row in inline edit mode for Grid with Grouping is not working in Google Chrome

2 Answers 81 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Isha
Top achievements
Rank 1
Isha asked on 29 Aug 2018, 07:33 AM

Adding a row after selected row in inline edit mode for Grid with Grouping is working properly in Mozilla firefox but sometimes its not working properly in Google Chrome. In Google Chrome, On adding a record after particular selection, it adds the record at different place rather than adding record after selected row but sometimes it works fine.

 

 

Please provide solution asap why its not working properly in Chrome.

 

 

2 Answers, 1 is accepted

Sort by
0
Isha
Top achievements
Rank 1
answered on 29 Aug 2018, 12:51 PM

Below is the dojo link which is not working in chrome but working properly in Mozila firefox.

https://dojo.telerik.com/ukUMUdec/21

When we click on  "Add New Row" button, the record is added anywhere in grid and also gets shuffled in chrome but in Mozilla the record is added at the last and working properly.

 

What is the issue with Google Chrome. Please check and reply asap.

0
Konstantin Dikov
Telerik team
answered on 03 Sep 2018, 07:06 AM
Hi Isha,

You could set a sort expression for the "age" field if you want to sort the records in the groups by it:
,
group: [{ field: "name"}],
  sort:[{field: "age", dir: "asc"}]
},

Hope this helps.


Regards,
Konstantin Dikov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Isha
Top achievements
Rank 1
Answers by
Isha
Top achievements
Rank 1
Konstantin Dikov
Telerik team
Share this question
or