Hide a column: this.treelistuser.columns [3] .visibleIndex = -1;
Binding: Specify the data source to a temporary table this.treeListuser.dataSource = dtuserinfo; this.treeListuser.populateColumns (); not allowed to read only: dtuserinfo.columns [0] .readonly = true;