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

React Grid Sorting

1 Answer 98 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Parag
Top achievements
Rank 1
Parag asked on 24 Oct 2018, 06:54 PM

Hi,

 

 have created dynamic grid. Whenever I clicked on add new button on the top it adds the new row having controls dropdown, datepicker etc. On selection of dropdown I am populating the values in other control. I have set the sorting for same dropdown control only. whenever I start typing it immediately sorts the rows but the cursor and focus will remains in the same row only.

 

I want to implement the functionality in a such a way that sorting will happen only when I finished the editing.

 

Attached is the screenshot for same.

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 25 Oct 2018, 12:07 PM
Hello, Parag,

This occurs because everytime the value inside the Grid is changed the Grid is refresh and re-sorted.

If you share with us an example of the current implementation we will check if there is a way to only update the Grid data without re-sorting the data to prevent the undesired result.

We will be expecting an example and gladly assist further.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Parag
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or