Hi,
In my XamWebGrid, I have all the columns as editable, however, I still want the ability to select (multi-select) the rows. How can I configure the grid so I can multi-select the rows?
Thanks!
That's what I needed. Thanks!
Have you thought about turning on RowSelectors in this case then?
So, row selection would work via the RowSelectors instead?
To enable RowSelectors, just set the Visibility property on the RowSelectorSettings object to Visible.
-SteveZ
Thanks for your note.
I am making the cells in the rows "editable" by allowing a user to click on any cell in the grid to enter data. So, a cell click on any of the cells cannot be used for "select" (because the "cell click" already used for this "go into edit" mode). So I'm trying to figure out how I can have "row selectablity" functional for this grid (the reason I want to select rows is for deleting the rows).
Can you be more specific? How is making your columns editable, prohibiting the xamGrid's MultiSelect abilities?