I've set up a xamDataPresenter to select the whole row on click (CellAction = SelectRecord).
Is it possible to hide the front column in which the small arrow is displayed when clicked. I don't need this selection method as the user can click anywhere in the row.
Thanks,
Jamie
Hello,
This Property can be found in the XamDataGrid's FieldLayoutSettings collection of Properties.
I'm not seeing this property in 12.1 xamDataGrid. What has replaced it?
Jamie,
You are probably looking for the Record Selector.
You can hide it by setting the RecordSelectorLocation property like this:
RecordSelectorLocation="None"
Hope this helps,
Alex.