Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Lagnajeet Sahu on Sep 07, 2009 07:21
open dhtmlx forum
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.
Answer posted by Alex (support) on Sep 08, 2009 01:58

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.