Hello,
I can add Hot Key to enter in edit mode with number but that doesn’t work with dot (".").
webix.UIManager.addHotKey(".", function(view) {
goEdit(view);
}, $$("datatableId"));
I have found a solution in this forum (http://webix.com/snippet/e155daee) but if that is possible I want to use addHotKey function.
Regards