Hi,
How can I avoid the caret in a read-only cell in a GDGB (property EnableEdit,-Remove,-AddNew set to false)?
In fact, the grid is read-only too, but maybe there is a property Read-Only for the Grid?
Thanks
Eddy POULLET
AD
Administrator
Syncfusion Team
May 17, 2004 02:48 PM UTC
Try setting
grid.ActivateCurrentCellBehavior = GridCellActivateAction.None;
AD
Administrator
Syncfusion Team
May 17, 2004 04:15 PM UTC
Perfect !
Thanks a lot.
Eddy
>Try setting
>
>grid.ActivateCurrentCellBehavior = GridCellActivateAction.None;
>