How to make the Grid's column unresizable?
I try to put a piece of code:
obj.setColumnResizable(false);
in the Grid example ActiveWidgets\examples\quickref\grid.htm. The columns are still resizable. Then how to make columns unresizable?
Thanks,
Allan
obj.setColumnResizable(false);
in the Grid example ActiveWidgets\examples\quickref\grid.htm. The columns are still resizable. Then how to make columns unresizable?
Thanks,
Allan
May 2,