Hi,
Is it possible to use Filter to filter rows based on the state of the checkboxes in a advstringgrid column? Not sure how to set up Condition since it's not really a string value.
Thx in adv.
/jeffcwm
Hi,
Using a datacheckbox checkbox type you could do this based on the value grid.CheckTrue/grid.CheckFalse as this will be the value that the cell returns depending on the checkbox state.
Thanks. This worked for me