Is there a way I can programatically create a shortcut key for the AddNewRow of SfDataGrid? |
You can achieve your requirement to programmatically create a shortcut key for add a new by overriding the HandleKeyOperations in CustomSelectionController.
Please find the below code snippet,
please find sample link below
Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SampleDemo1718977656
| |
How can I programatically open a form when double-clicking a currently selected row in an SfDataGrid?
|
You can achieve your requirement to open the form when double click the grid cell by using CellDoubleClick event to customize the popup opening location.
Please find the below code snippet,
please find sample link below
Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/SampleDemo1332893059
|