Hello,
as you can see in the attach, the filter buttons in every column are placed in the data area.
When i drag a column in the group header, it appears, but as soon as i drop it inside, the column disappears.
Hello,
as you can see in the attach, the filter buttons in every column are placed in the data area.
When i drag a column in the group header, it appears, but as soon as i drop it inside, the column disappears.
reordering and sorting of columns is also not possible!
Can you provide some details on how the database adapter is configured? Maybe share a small code snippet on how you have set things up? The filter row is a setting, by default this is 0, which is the first fixed row, if FixedRowCount := 1; It’s also important to set everything up when connected to a dataset, and then at the very last step, enabled the adapter. When LoadMode = almBuffered, grouping is not possible, only when LoadMode := almAllRecords
Here i send you the link of my small project with a datagrid: TMSFNCDataGrid.zip
I made a lot of settings in design, but the grouping in the code.
But Sorting and Grouping and Filtering is not working. Also not column adjusting when double-click.
But the master detail relation is working.
What can do?
Thanks for helping Adrian
Hi,
My apologies, I looked over the master-detail combination. Unfortunately a Master-Detail combination involves quite a bit of setup, which is not allowing a combination with grouping. It’s on our list for things to investigate. You might want to switch to loading mode Buffered to allow filtering & sorting directly on the dataset.