Hi,
I would like to know what property in the grid that would let me restrict only one row to be selected at a time, meaning how to disable multi row selection, similar to ListBox.SelectionMode?
Thanks in advance.
Muthu
Thanks that worked. Any idea why this did not work or what is the usage of this? MaxSelectedRecords="1"
<igDP:XamDataGrid.FieldLayoutSettings>
<igDP:FieldLayoutSettings MaxSelectedRecords="1">
Try this
<igGrid:XamDataGrid.FieldLayoutSettings> <igGrid:FieldLayoutSettings SelectionTypeRecord="Single" /></igGrid:XamDataGrid.FieldLayoutSettings>