AddNewRow Shortcut Key
Hi,
1.
Is there a way I can programatically create a shortcut key for the AddNewRow of SfDataGrid?
Example, bind CTRL+N to add new row instead of clicking it.
2.
How can I programatically open a form when double-clicking a currently selected row in an SfDataGrid?
Thanks in advance.
SIGN IN To post a reply.
2 Replies
ER
ER
December 10, 2019 10:42 AM UTC
Hi Syncfusion Team,
No replies yet???
GG
Gowtham Gopalsamy
Syncfusion Team
December 10, 2019 01:22 PM UTC
Hi ER,
Thank you for using syncfusion controls.
|
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
|
Please let us know, if you require further assistance on this.
Regards,
Gowtham
SIGN IN To post a reply.
- 2 Replies
- 2 Participants
-
ER ER
- Dec 9, 2019 03:52 PM UTC
- Dec 10, 2019 01:22 PM UTC