Removing actions from the header row (2)...
In a previous post / answer,
http://www.activewidgets.com/messages/674-2.htm,
Alex provided the solution for removing the actions from the header:
Alex (ActiveWidgets)
Monday, March 8
I'm looking to disable it for specific header columns. I still want to be able to sort on most of the grid, just not a specific column. Is there a way to do this?
http://www.activewidgets.com/messages/674-2.htm,
Alex provided the solution for removing the actions from the header:
var header = new Active.Templates.Header;
header.setEvent("onmousedown", null);
obj.setTemplate("top/item", header);
Alex (ActiveWidgets)
Monday, March 8
I'm looking to disable it for specific header columns. I still want to be able to sort on most of the grid, just not a specific column. Is there a way to do this?
~Todd
September 9,