Hello!
Maybe someone can help me!
I'd like to have the row after double click in edit mode. - That's no problem so far:
Maybe someone can help me!
I'd like to have the row after double click in edit mode. - That's no problem so far:
eventArgs.get_tableView().editItem(eventArgs.get_itemIndexHierarchical());
i'd also like to close the edit mode after double click, when it is in edit mode:
eventArgs.get_tableView().cancelUpdate(eventArgs.get_itemIndexHierarchical());
Therefore i can't find a client side property, where i can get the information if the row is in edit mode or not!
Please help me - thank you!