|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Tooltip on Datagrid CellI 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 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 > 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 >> > > |
|||||||||||||||||||||||