G
Guest
Hi,
I want to create a readonly grid.
By this I mean that none of the cells should be editable.
At the moment I have set the readonly property of the grid
to true.
This is OK for 'DataGridBoolColumn' i.e. columns
displaying checkboxes, but for DataGridTextBoxColumn, the
background is greyed out, and a cursor starts blinking in
the cell.
I don't want this cursor to appear at all, and the whole
grid line shuld appear as if the user had clicked the row
header.
I thought there would be an easy way of doing this?
Cheers
Fred.
I want to create a readonly grid.
By this I mean that none of the cells should be editable.
At the moment I have set the readonly property of the grid
to true.
This is OK for 'DataGridBoolColumn' i.e. columns
displaying checkboxes, but for DataGridTextBoxColumn, the
background is greyed out, and a cursor starts blinking in
the cell.
I don't want this cursor to appear at all, and the whole
grid line shuld appear as if the user had clicked the row
header.
I thought there would be an easy way of doing this?
Cheers
Fred.