Disable sort on SINGLE column, remove the "pressed" look on header. Please!
This question has been asked several times in this forum and nobody has answered the question asked.
I found how to disable the sort feature on a single column, but the header still acts as if it is sorting(button pressed look). HOW DO YOU REMOVE THE ACTION FROM A SINGLE COLUMN HEADER, NOT EVERY HEADER?
I know about this:
var header = new Active.Templates.Header;
header.setEvent("onmousedown", null);
obj.setTemplate("top/item", header);
but it disables all column headers.
Please someone answer
I found how to disable the sort feature on a single column, but the header still acts as if it is sorting(button pressed look). HOW DO YOU REMOVE THE ACTION FROM A SINGLE COLUMN HEADER, NOT EVERY HEADER?
I know about this:
var header = new Active.Templates.Header;
header.setEvent("onmousedown", null);
obj.setTemplate("top/item", header);
but it disables all column headers.
Please someone answer
CClark
February 19,