Discussion
1
Replies
392
Views
Posted: July 31, 2015
Last activity: August 2, 2015
tool tip for drop down options
Hi,
I want the tootip for each option in drop-down. The tooltip text for each option is different.
Anybody suggest the way to do it?
The tooltip is simply another property you identify in the Dropdown control. So suppose you have 3 columns in the data source - .Id, .Name, .Description, you can specify .Id as the value, .Name as the Display and .Description as the tooltip.
This will cause each option to have it's own specific tooltip description depending on the value of the .Description property.