Datagrid Tooltip....

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

How to add the tool tip to the datagrid column? I have a situation wherein
the customer number is displayed in the datagrid column. I wanted to display
the corresponding customer first and last name when the user takes the
mouser over the customer # cell.

How to do that?

..Net Framework 1.1.

Smith
 
Excuse my ignorance, but what are all these solutions for? Is there anything
wrong with standard WebControl's ToolTip property? Handle ItemDataBound
event, get down to every TableCell and set it's ToolTip. Am I missing
something?

Eliyahu
 
There is nothing wrong with the ASP.NET Web Control Tooltip property.

But if you want to make further customization of the tooltip, this can be
achieved through the use of these JavaScript based tooltips.

The standard tooltip will onlydisplay for a short amount of time. You can
make the custom Javascript ones stay as long as you like. As well as
allowing you to add things like HTML togs to customize the tooltip (eg:
Adding bold /Italic and so on).


Will
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top