Categories | Question details Back To List | ||
setColumnVisiblity in version 2.0 in version 2.0 setColumnVisiblity API is replaced by setColumnHidden(colIndex,state). But if i m loading data using kidsxml in case of a tree grid, will the column visiblities be retained as in in parent xml? or is there a need to explicitly set column visiblities again while loading the child xml? Answer posted by Alex (support) on May 04, 2009 08:22 The visibility state will be retained. So, you don't need to set the visibility state again in the child xml. |