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........ |