Disable Row Clicking in DataTable

Hello,

I wonder that if specific row clicking function made disabled. For example

After i got rowId like this $$(“gridActivity”).getIdByIndex(0), and disable row clicking with recpect to that id… Is that possible. I have searched enough and found nothing. Thanks in advance.

did you try onBeforeSelect event?
https://docs.webix.com/api__ui.datatable_onbeforeselect_event.html

I have just tried and it works like a charm. Thanks a lot)