Is it possible to edit multiple grid rows at once? Meaning, if I have a ListGrid with SelectionStyle.MULTIPLE, and from which I select multiple rows, if I create a new DynamicForm and call form.editSelectedData(grid), only the first selected row gets modified; would there be a way to edit the selection like how (for example) Microsoft Windows does? ie: same values are displayed as is, but different values for the same field appears as 'blank'; thus modifying any field will update all the selected rows (unchanged fields will not update the corresponding selected row fields, only the modified ones)
Thanks.
Thanks.
Comment