Hello all,
I have an use case in which a gridField is a number, the whole grid must be aligned by that gridField and I have to allow the user to manually reorder the table by dragging the record upwards or downwards.
All this is possible, but I have to implement a functionality that automatically modifies the info in the gridField that is used for sorting the grid.
Do you know a way of catching the grid drag reorder and to implement a method that changes all the records based on the previous use case?
Thank you in advance,
Driftdone
I have an use case in which a gridField is a number, the whole grid must be aligned by that gridField and I have to allow the user to manually reorder the table by dragging the record upwards or downwards.
All this is possible, but I have to implement a functionality that automatically modifies the info in the gridField that is used for sorting the grid.
Do you know a way of catching the grid drag reorder and to implement a method that changes all the records based on the previous use case?
Thank you in advance,
Driftdone
Comment