Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
290
XamDatagrid Disable Row selection when the mouse is not in a row
posted

Hello, I'm attaching a sample with a XamDatagrid with the above properties:  RecordSelectorLocation="None" ,  HorizontalAlignment="Stretch" and CellClickAction="SelectRecord"

In the sample i don't want to select the row when i click 'outside' of the rows (the SlateGray color of the XamDataGrid backround). The only way to select a row must be only when a cell is selected. How can i do that?

Thanks in advance!