3.2.0

How to remove columns on runtime?

Hi,

How to remove the grid columns on runtime?

Tks!
Lucas Moretto
February 13,
Use setColumnIndices() method -

obj.setColumnIndices([0,1,4,5,6,7]);

http://www.activewidgets.com/javascript.forum.11325.9/hiding-columns.html
Alex (ActiveWidgets)
February 13,

This topic is archived.

See also:


Back to support forum