I have a GridDataCheckBoxVisibleColumn in my GridDataControl.
1. It should be two-state (true, false), but by default it is three-state. How to can I change this behaviour?
2. How can I update the state of an underlying row item immediately on the checkbox state change? I can subscribe CurrentCellChanged event and what next?
Thanks,
Ivan