3.2.0

Disabling sort screws up column resizing

I disabled the sort on my grid by doing this:
obj.getTemplate("top/item").setEvent("onmousedown", null);
But now when I resize a column, only the header is resized, not the data.
How do I disable sorting without screwing up column resizing?
Jason Brady
August 1,

This topic is archived.

See also:


Back to support forum