Datatable: Disable a single cell

I have reviewed the forum posts etc. regarding how to style a single cell within a datatable and was able to do so. However, is there a way to disable a single cell?

I want to keep the datatable enabled but temporarily prevent selection of a cell.

You can use onBeforeSelect event and check the cell’s id:

http://webix.com/snippet/34978ca1

Thanks. I swear, sometimes I can figure out the most difficult things, and then drop the ball on something easy!