Hello,
the grid Checkbox selection is not working if I set the grid selection mode explicitly to singe or multiple:
.Selectable(s => s.Mode(GridSelectionMode.Single))
or
.Selectable(s => s.Mode(GridSelectionMode.Multiple))
If I doesn't set it it works like expected...
Is this a bug? (see Video here: https://www.screencast.com/t/RsiHfg9Oxr)
robert