I have a grid that sometimes has a cell with a style of Checkbox or with a style of Edit.
When I first set a row's cell's stile to Checkbox; it works as expected. I can resize/chance active rows and life is good.
But when change a row that was set to .Edit to the .TriStateCheckbox it doesn't work 'quite' as intended. When the cell is Active, I see the checkbox; but when I leave that cell the value appears as either 'True', 'False' or ''.
Does anyone have any thoughts on what is going on here? It's driving me crazy.
Something must be changing the Style of the cell when it is not active.
In what event are you setting the Style on the cell? And what criteria are you basing it on?