Posted 14 September 2017, 11:54 am EST
I have a wijmo grid, and added a wj-autocomplete to one of the columns.
i’m actually putting an Edit button for user to click to switch the grid to edit mode
Is it possible to make all the rows in edit mode for a custom control?
Currently only 1 row is being shown in edit mode at a time… and user needs to click on the row to show the wj-autocomplete.
i use this code to switch it to edit mode
flexgrid.startEditing(true, 0, 0, true);
