Results 1 to 3 of 3

Thread: ToolTip in a Datagrid? (resolved)

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397

    ToolTip in a Datagrid? (resolved)

    i used the code below to set the tooltip of an item once you click on it BUT how can you load the tooltip when the datagrid is loaded?

    VB Code:
    1. Dim dgCellDiag As TableCell = e.Item.Cells(3)
    2.         Dim dgDiag As String = dgCellDiag.Text
    3.  
    4.         Select Case e.CommandName
    5.  
    6.             Case Is = "diag"
    7.  
    8.                 e.Item.ToolTip = dgDiag
    9.  
    10.         End Select
    Last edited by texas; Feb 2nd, 2006 at 08:57 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width