Groups | Blog | Home
all groups > asp.net datagrid control > august 2006 >

asp.net datagrid control : tool tip for dropdown box, placed in data grid control


Vijay
8/31/2006 12:43:01 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.

Ken Cox [Microsoft MVP]
9/3/2006 8:33:03 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/forms.html#edef-SELECT

http://www.w3.org/TR/html4/struct/global.html#adef-title

[quoted text, click to view]

AddThis Social Bookmark Button