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.
Up arrow icon