Categories | Question details Back To List | ||
Multicell select in the Tree grid view ? Hi, I am using licensed version dhmtlx treegrid control version 2.1. Can I select multiple cells ? Is there is any property to enable the Multicell select in the Tree grid view ? If there is not any property , please suggest the alternative way to do the same ., (may be a code snippet will help me). Thanks Answer posted by dhxSupport on Apr 02, 2009 04:20 dhtmlxTreeGrid is a extention of a dhtmlxGrid. So all dhtlxGrid methods are availible for the dhtmlxTreeGrid. To set multi row selection you can use method mygrid.enableMultiselect(state); Current version of dhtmlxTreeGrid hasn't ability to use multi cell selection. But we have experimental extention which allow you do that. Please contact support@dhtmlx.com for more information |