Home › Forums › WinForms controls › Xceed Grid for WinForms › How can we capture datarow double click event? Actually I want to run piece of code when we double click on datarow of a data grid.
How can we capture datarow double click event? Actually I want to run piece of code when we double click on datarow of a data grid.
Plz help on this.
Thanks, Sree.
Imported from legacy forums. Posted by Srikanth (had 590 views)
You need to subscribe to the DoubleClick on the DataCell. The DataRow is not really “clickable” as it is only a DataCell container.
Imported from legacy forums. Posted by CharlesB (had 998 views)