Hi,
Our client requested to edit values in the grid without pressing enter to activate the editor, this can be achieved in many (workaround ways)
-
First question: Is there some setting I can set to achieve this (without implementing workarounds). For instance the "showEditorAlways" which is available in React. (see "DataGrid - Always be in batch edit mode without cell click or double click" https://supportcenter.devexpress.com/ticket/details/t1008729)
-
Second question: Alternatively I can make some kind of workaround using the sample from https://supportcenter.devexpress.com/ticket/details/t1265190 which handles the keydown event and uses await grid.StartEditDataItemAsync(focusedItem, "FieldName"); to activate the editor. To make this work in need to access the active or focused column. Is this possible / availabe?
Thanks
Juri