Hello, is there any way to select multiple rows and columns through drag, and then programmatically get the values of the selected cells? Are there any examples?
Yes, this is possible. You can set the SelectionTypeRecord property of the FieldLayoutSettings and check the selected items in the SelectedItems.Records collection.