We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon