Hello, is it possible to hide the very first column that gets displayed by default? (see attached, circled in red)
Thanks
Jamie
Thanks!
This XAML does the trick:
<igDP:XamDataGrid.FieldLayoutSettings> <igDP:FieldLayoutSettings RecordSelectorLocation="None" /></igDP:XamDataGrid.FieldLayoutSettings>