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

How grap current cell value at mouse click and Keyup and Key down by KeyBoard

Hi using

Syncfusion.Grid.Grouping.Windows

How grap current cell value at mouse click and Keyup and Key down by KeyBoard

1 Reply

HA haneefm Syncfusion Team May 10, 2007 05:33 PM UTC

Hi,

You can try this code.

GridControl grid = sender as GridControl;
//for getting the CellValue.
object objCurrentCellValue = grid.CurrentCell.Renderer.ControlValue;


Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon