On demand load in dhtmlx tree

Hi,



We used licensed version of dhtmlx controls in our application.

I must say the user experience has been very good.



I am using dhtmlx grid control in one of my pages , and i have set the setNoHeader(true).

I want the grid to be readonly , so that the user cannot select anything on the grid.

What property should I set or what function to call ? Please help I have been blocked for few days now.


Hello,


there is setEditable method that allows to block editing in grid:


grid.setEditable(false);


But if you want to make grid completely unavailable, you can place the transparent container over the grid container. In this case selection, sorting, editing and other operation will be blocked.