disabled cell

I have a grid with 33000 rows, with two checks in each row that I want to deactivate, but it only does it with the first 50 … any solution ???

Unfortunately setDisabled() method works only for the loaded and rendered cells.
In case of the dynamic loading only the current grid view renders so the setDisabled() method applies only to the loaded rows.

The only solution is to add a userdata to the required “disabled” rows /cells and and disable the marked rows/cells when they are loading using the onRowCreated event.
Here you can find a simplified example:
snippet.dhtmlx.com/07f327cb7