Show/Hide Column Header and Data conditionally
The grid is really cool and awsome. I looking for a functionality by which I can Show or hide column Header and data conditionally. I figured out a way for Data.
var column = new Active.Templates.Text;
column.setStyle("display", "none");
obj.setTemplate("column", column, 2);
But I don't know how to hide a column.
Thanks in Advance
var column = new Active.Templates.Text;
column.setStyle("display", "none");
obj.setTemplate("column", column, 2);
But I don't know how to hide a column.
Thanks in Advance
VB
July 21,