Hi Matteo,
We are glad that you have resolved the second query. Please find the response of another query below.
Query : I need multiple selection, I added a checkbox column, and enabled CheckboxOnly, problem is, when I double click on a row to edit, my selection are reset.
From your provided details we could see that you are having grid with checkBoxOnly selection and need to maintain the selection while on editing the record. To achieve your requirement we suggest you to set the persistSelection as true in the selectionSettings. When enabling the persistSelection it maintains the selected records after the grid action like Editing, Paging, etc., please refer the below code example and sample for more information.
|
selectionSettings = { checkboxOnly: true, persistSelection: true }; // if it is enabled, selections are maintained after the grid actions.
|
Please get back to us if you need further assistance on this.
Regards,
Rajapandiyan S.