0
I need to sort the grid fields of my chart in alphabetical order (Usage Delphi 10.1 Berlim
and the component TcxDBPivotGrid
devexpress),
OBS -> I need to order the fields that are in the red rectangle grid.
They can be dragged by the user to the yellow rectangle, but when the user returns the yellow rectangle field to the red rectangle, the sorting must occur automatically.
Does anyone have any idea how I can do this?
Check out if this link does not help: https://www.devexpress.com/Support/Center/Example/Details/E331/customfieldsort-how-to-sort-field-values-by-invisible-data-column-values
– MathOliveira
Already tried to put the ordering routine in the event type
OnDragDrop
. OOnDragDrop
occurs when the user drops an object being dragged.– Edu Mendonça