Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I've tried turning off the header and just using a regular item so I could attach a tooltip to the cell's DOMElement but once you set the FixedTopItemCount the ClientSideOnCellOver method no longer fires for the fixed item's cells.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You would just use title attribute for the Column's HeaderText. For example, instead of setting the GridColumn's HeaderText to "Header", you can set it to "<div title='tooltip'>Header<div>".
Thanks!
|