I have a requirement where I do not want users to be able to click on the column header of an IR report. I've turned the options off for each column but if you want them to filter through the actions menu, you must leave it on. If I leave it on it is available when you click on the column header. I've seen options about manipulating the actual column header text (ie changing the format to wrap it with div statement which would look odd when using any of the IR actions functionality) but I have to think there is a way in javascript to prevent from being able to click on it at all. Any javascript gurus out there who have done this?