Hi Team
Is it possible to set grid startEditTriggers as "Ctrl+Alt+E" with combinations through Jquery.
Currently I'm setting like startEditTriggers: "dblclick,F2,enter", but i want to set like startEditTriggers: "Ctrl+Alt+E"
Thank you
Karthikeyan Rajakumar
Hello Karthikeyan,
Here are the possible values for startEditTriggers option: http://www.igniteui.com/help/api/2016.1/ui.iggridupdating#options:startEditTriggers and currently it's not possible to set another combinations different than these.
If you have further questions, please let me know.
Regards,Tsanna
Hi Tsanna
Thank you for your reply. Is there any workaround for this problem.
Hi again,
As a workaround you may bind to keydown event of the focused cell and check if certain keys are clicked, then enter edit mode of the respective cell using starEdit API method.
Tsanna