Limit list or library to single selection

Hi
Is it possible to disallow multiple item selection in a list or library control?
Following advise on another post trat referenced jQuery Grid Documentation | Configuration, Methods, Events - Kendo UI for jQuery (telerik.com) I tried this code but it did not work:

fd.control('SPDataTable1').widget.options.selectable = "row";

The console error message is:
Cannot read properties of undefined (reading 'options')

Dear @Andre,
The List or Library control is very heavily customized version of kendo Grid, and unfortunately, with the current setup single choice is not available. If you're interested, we could offer paid support to change it in the nearest future for a reasonable price, contact us at support@plumsail.com and we'll evaluate development time necessary to make it possible.

Hi Nikita. We managed to find a workaround by disabling selection completely and opening the item in a dialog window when clicking on the title.