Hello, I have used Batch Editing in my treegrid. Is it possible to enter of editting a row by clicking on a cell instead of doubleclick ?
Thank you.
Hello Olivier,
Thank you for posting in our community.
At this point we do not provide an option for entering row edit mode by clicking on a cell. What I can suggest for achieving your requirement is handling the cellClick event of IgxTreeGrid and manually entering edit mode using treeGrid.crudService.enterEditMode(cell, event).
I created a small sample illustrating my suggestion, which you can find here. Please test it on your side and let me know whether you find it helpful.
Regards,Viktor KombovEntry Level Software DeveloperInfragistics, Inc.