I have a drop down list in a GridView. The data inside the drop down list has variable length but the drop down list is of a fixed size. How can a tooltip be displayed over each item without selecting any item from the drop down list?
I have googled but come across samples where the tooltip is displayed over a currently selected item of drop down list. Can anybody in the SO community give me a hint?