HighTechTalks DotNet Forums  

tool tip for dropdown box, placed in data grid control

ASP.net Data Grid Control microsoft.public.dotnet.framework.aspnet.datagridcontrol


Discuss tool tip for dropdown box, placed in data grid control in the ASP.net Data Grid Control forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Vijay
 
Posts: n/a

Default tool tip for dropdown box, placed in data grid control - 08-31-2006 , 03:43 AM






First I placed the Dropdown box in the template column of the datagrid.
Then I papulate the datagrid.
For each time the itemDatabound of dataGrid event triggers, I get the
instance of the dropdown box, and binds it with datasouce, finally calls the
databind of dropdown box.

All thing is working ok, Just I want to bring the tool tip for each of the
items in dropdown box.

Please Help me........

Reply With Quote
  #2  
Old   
Ken Cox [Microsoft MVP]
 
Posts: n/a

Default Re: tool tip for dropdown box, placed in data grid control - 09-03-2006 , 08:33 PM






Unfortunately, the specification for the HTML SELECT control doesn't include
a Title attribute that is commonly used for a tooltip.

http://www.w3.org/TR/html4/interact/...ml#edef-SELECT

http://www.w3.org/TR/html4/struct/gl...tml#adef-title

"Vijay" <Vijay (AT) discussions (DOT) microsoft.com> wrote

Quote:
First I placed the Dropdown box in the template column of the datagrid.
Then I papulate the datagrid.
For each time the itemDatabound of dataGrid event triggers, I get the
instance of the dropdown box, and binds it with datasouce, finally calls
the
databind of dropdown box.

All thing is working ok, Just I want to bring the tool tip for each of
the
items in dropdown box.

Please Help me........



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.