dhtmlxGrid

Hi~

I’ve got a question using dhmltxGrid…

Is it possible grid checkbox property “disabled”??

There is no way to define such property directly in XML ( at least it not possible without additional coding ) but you can set such property programmatically as
grid.cells(i,j).setDisabled(true);