Solved
add row in grid
Is is possible to show the add row in a grid at the bottom of the list instead of at the top?
Best answer by Erik Brink
The grid component works this way when row grouping is enabled. The adding row is placed inside the group containing the selected row when the users starts to add a row to the grid. The values the grid is grouped on will be inserted to the added data row directly by the GUI.
Based on the PK and the sorting of the subject you can not predict the location the new record is added to the dataset. That's why we chose a fixed spot to place the adding row of the grid.
On larger datasets we advice you to use grouping as part of the existing sorting on the subject.
View originalBased on the PK and the sorting of the subject you can not predict the location the new record is added to the dataset. That's why we chose a fixed spot to place the adding row of the grid.
On larger datasets we advice you to use grouping as part of the existing sorting on the subject.
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.