GDBG currentcell

Hi,
How ca I Deselect the current cell of a GDBG ?

Thanks

1 Reply

HA haneefm Syncfusion Team May 14, 2007 03:19 PM UTC

Hi Simon,

Try calling the CurrentCell.Deactivate() method to deactivate the CurrentCell in a Grid. Please try the code and let me know if this helps.

[c#]
this.gridDataBoundGrid1.CurrentCell.Deactivate(true);

Best regards,
Haneef

Loader.
Up arrow icon