I've dug through the documentation, but cannot find a client side property used to set a column header tooltip ( I see HeaderTitleMode and HeaderText). Is it possible to do this via the javascript? And if so, how? Thank you.
Thank you. I"ll try this and get back to you.
OK, I'm still having issues with setting this client side. I set the HeaderTitleMode to 3 in the JS function, which forces the set tooltip to be displayed even when the column header is truncated. However, I am getting all kinds of different tooltips displayed; sometimes it's the text I set the tooltip to, other times it's the column header text, and still other times nothing shows up.
I have to set this from the client, so could someone please at least point me in the right direction? This is becoming very frustrating, as it obviously doesn't work the way it's supposed to.
As it turns out, HeaderText is the property to set on the client. It would have been better named HeaderTitle, to line up with the server side property as well.