[release] Show/Hide Grid Columns Component
AW.UI.ShowHideGridColumns: Create component to show/hide columns in grid. (AW 2.5)
http://aw.pimpas.net/components/showhidegridcolumns/
http://aw.pimpas.net/components/showhidegridcolumns/
// component
var shd = new AW.UI.ShowHideGridColumns;
// set target grid
shd.setGrid(obj);
// set the combo label
shd.setControlText("Show/Hide Columns");
// set size
shd.setControlSize(120, 20);
document.write(shd);
Paulo Cesar (PC from Brazil )
December 10,