Is there a way to add a tool tip to a BoundColumn? This is my code....
<asp:BoundColumn DataField="PersonName" SortExpression="PersonName" HeaderText="Name">
<HeaderStyle HorizontalAlign="Center" Width="10%" VerticalAlign="Top"></HeaderStyle>
<ItemStyle HorizontalAlign="Center" VerticalAlign="Top"></ItemStyle>
</asp:BoundColumn>
I was using a tablecell before and decided to switch to a bound column, in doing so I realized tooltips are not an attribute of boundcolumn, I need tooltips.