Hello,
I'm using an Adapter to bind grid to dataset with a Boolean field, but when i try to get the cell value using Grid.Cells[x,y] or Grid.CellData[x,y].Value, the value always is empty. Even when Value has a true value, the Value.AsBoolean returns false.
Is there a way to get the value from grid cell without using directly the dataset.