Home All Groups Group Topic Archive Search About

Tooltip on Datagrid Cell

Author
12 May 2006 3:51 PM
Bill Nguyen
I would like to display tooltip for the currenCell (selected).
For example
Col1 = storeID
Col2 = Store name.

Since Col2's width is 20 characters, some of the tore names are truncated.
The tooltip should help showing the full store name when user hover the the
mouse over the currencell.

Any help is greatly appreciated.

Bill

Author
12 May 2006 7:28 PM
Jeff Dillon
How about just

e.Item.Cells.Item(4).ToolTip = strTooltip



<rzale***@gmail.com> wrote in message
Show quoteHide quote
news:1147449957.919215.26020@v46g2000cwv.googlegroups.com...
> http://www.codeproject.com/aspnet/Tooltip.asp
>
Author
12 May 2006 10:45 PM
Bill Nguyen
Thanks both of you for the tip.

Bill

Show quoteHide quote
"Jeff Dillon" <jeffdil***@hotmail.com> wrote in message
news:eTdm4ofdGHA.4148@TK2MSFTNGP05.phx.gbl...
> How about just
>
> e.Item.Cells.Item(4).ToolTip = strTooltip
>
>
>
> <rzale***@gmail.com> wrote in message
> news:1147449957.919215.26020@v46g2000cwv.googlegroups.com...
>> http://www.codeproject.com/aspnet/Tooltip.asp
>>
>
>