Hi Gaukhar Massabayeva,
Thanks for your interest in Syncfusion products.
|
Query: sorting is done
focus should go back to the top |
You can customize the current cell to be moved to the top
cell or other cell you wanted by using the following currentcell.moveto method. Please make use of the following code and let me know if
the issue is solved. this.gridGroupingControl1.TableControl.CurrentCell.MoveTo(2,
2, GridSetCurrentCellOptions.SetFocus); You can make use of the following sortedcolumns changed
event. |
Please let me know if you have any other concerns.
Regards,
Arun.
Hi Gaukhar Massabayeva,
Thanks for your interest in Syncfusion products.
Query:
sorting is done focus should go back to the top
You can customize the current cell to be moved to the top cell or other cell you wanted by using the following currentcell.moveto method.
Please make use of the following code and let me know if the issue is solved.
this.gridGroupingControl1.TableControl.CurrentCell.MoveTo(2, 2, GridSetCurrentCellOptions.SetFocus);
You can make use of the following sortedcolumns changed event.
Please let me know if you have any other concerns.
Regards,
Arun.