Is it possible to move grid horizontal scrollbar to the top of the grid like shown in the picture below?
Hello,
After an investigation, I have determined that your requirement could be achieved by using the ‘navigateTo’ method and passing the index of the row, to which it should be scrolled. This could look as follows:
this.grid.navigateTo(0);
Please test it on your side and let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics
The goal is to move scrollbar to the top of grid to provide better user experience.
Regards,