|
Query |
Response | |
|
Firing Click and DoubleClick events |
We have host the TableControl into SfDataGrid. So, you have to raise the Click or DoubleClick event for SfDataGrid.TableControl instead of SfDataGrid. Please refer the below code example.
Code Example
Note: You have to trigger the control events from SfDataGrid.TableControl instead of SfDataGrid. | |
|
Getting the mapping name in CellDoubleCick event |
You can get the mapping name of the cell in the CellDoubleClick event as suggested by Eren. Please refer the below code example.
Code Example
|