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