Hi Syncfusion Team,
Our application contains multiple data grids on the same page. All of them display different attributes of the same data objects. That means that every time user edits one row and confirms the changes, all grids refresh their datasource (begins a 'refresh' action and databound event is called). When information is finally updated, the page scrolls to the last updated grid instead of continuing on the position of the table that the user has edited. Can we prevent this behavior?
School Students
Name | Surname | Age |
Sam | Smiths | 25 |
Dorian | Gray | 67 |
Jon | Doy | 55 |
English Class
Name | Surname | Mark |
Sam | Smiths | 5.7 |
Dorian | Gray | 5.9 |
Maths Class
Name | Surname | Mark |
Sam | Smiths | 7.0 |
Dorian | Gray | 6.8 |
Jon | Doy | 6.2 |
Imagine that the user edits Sam's surname on School Students table and confirms the changes, all the tables will update their information and the page scroll to Maths Class.
Thanks in advance for you help.