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
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
Hello Karthikeyan,
I believe that this is not a problem of the grid, due to the fact that you want to use custom combination of keys, which are not part of the default ones. In this case I would suggest you to submit a product idea if you want to be implemented other key combinations for editing. You can suggest new product ideas at: http://ideas.infragistics.com
Steps to create your idea:
1. Log into the Infragistics Product Idea site at http://ideas.infragistics.com (creating a new login if needed).2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)3. Add your product idea and be sure to be specific and provide as much detail as possible. •Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!•[CASE: “Reference case [case number], FORUMS: “Include a link to this thread”] in your idea so product management will be able to look back at this case.
If you have further questions, please let me know.
Hi Tsanna
Thank you for your reply. Is there any workaround for this problem.
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.
Regards,Tsanna