Categories | Question details Back To List | ||
In a Tree Grid, is it possible to make the tree column (the one with type "tree") also be read-only? I don't want to give my users the ability to edit that column, but I do want it as a tree. Answer posted on Jun 05, 2007 11:43 For control of tree cell editor mode next command available grid.enableTreeCellEdit(false); It will disable edit operations for tree column. Answer posted by Alexandra (Support) on Nov 29, 2014 04:44 Having solved the problem mentioned above, you may also look through the possible related problems with menu javascript download and dhtml java menu. |