Threaded View
-
4 Feb 2011 7:22 AM #1
Checkbox TreeGrid
Checkbox TreeGrid
If you have a need to use a checkbox TreeGrid that works similarly as the TreePanel, and can't wait for the GXT v3.0, you may want to consider the attached custom TreeGrid. I am not aware of any issues with it at this time. You would use the CheckboxTreeGrid as you normally would with a TreeGrid, with the following difference configuration for the first column that contains the check boxes.
Thanks,Code:ColumnConfig name = new ColumnConfig("name", "Name", 300); name.setRenderer(new CheckboxTreeGridCellRenderer<ModelData>(true));
Phil
Similar Threads
-
treegrid checkbox extension
By yd290276 in forum Ext 3.x: User Extensions and PluginsReplies: 7Last Post: 13 Jan 2012, 12:22 PM -
TreeGrid with checkbox functionality
By dhphuoc in forum Ext GWT: DiscussionReplies: 3Last Post: 7 Sep 2011, 7:53 AM -
How to Add checkbox into TreeGrid?
By tomasi in forum Ext GWT: DiscussionReplies: 9Last Post: 7 Jun 2010, 6:25 AM -
Rendering checkbox in treegrid
By jazzer in forum Ext GWT: DiscussionReplies: 1Last Post: 5 Apr 2010, 7:13 AM


Reply With Quote