Hi everyone. I have a huge problem about TrueDbGrid.
In my win. application there is a TrueDbGrid which have 2 Grouped Columns. It works fine. But
when I select first groupe column , I want to know that what is first groupe column TEXT or i can select second one.
- Group x1 ==> this row can select and i want ==> x1
- Group x2 ==> this row can select and i want ==> x2
Row 1
Row 2
Row 3
-Group x3 ==> this row can select and i want ==> x3
- Group x2 ==> this row can select and i want ==> x4
Row 5
Row 6
Row 7
Thank you.