How do i enable multiple row selection in the xamGrid. Also When i select a row, I have to click on a cell which is then highlighted. Is there any way we keep keep the entire row selected instead of keeping the row selected along with the clicked cell highlighted.
Hi,
I'm not entirely sure what you're asking.
Are you asking about having a row be selected when you click on a cell?
If so, then just set CellClickAction off of the SelectionSettings to be SelectRow.
-SteveZ
Also how do i enable multiple row selection in the xamGrid?