Hi,
I've got a readonly datasource bound to a grid. I've also added 2 check box unbound columns to let the user select items from the grid. The problem I have is that the checkbox columns are read only.
The other rows are read only as expected but how can I make the unbound columns editable?
Thanks,
Cosmin
Hi Mike,
You're right my grid.allowupdate was set to false. My bad, I copied it from somewhere else and didn't check all the properties.
Thanks,Cosmin
Hi Cosmin,
The question is... why are the unbound columns read-only. The state of the bound data should not have any effect on the unbound columns, so the unbound columns must be read-only because of some property setting in the grid.
This KB article describes all the ways you can make a column read-only, so it should point you in the right direction and give you a list of what properties to look for:
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?