I'm looking for the possibility to prevent selection of some rows.
I tried to use custom GridSelectionModel, but since the row selection is done on the client, I can only deselect it afterwards.
Is there any chance to prevent selection on the client side and make some rows not selectable?
Hi,
I'm looking for the possibility to prevent selection of some rows. I tried to use custom GridSelectionModel, but since the row selection is done on the client, I can only deselect it afterwards. Is there any chance to prevent selection on the client side and make some rows not selectable?
Thanks and regards YT