No announcements
Found 2145064 threads
-
0 Votes
ASP.Net dropdownlist tooltip is not showing for items above selected item in IE 10, 11
I want to show tooltip for all items in the dropdownlist "Answered | 1 Replies | 1005 Views | Created by Shubhashish Sharma - Thursday, June 18, 2015 3:52 PM | Last reply by Mike Danes - Thursday, June 18, 2015 3:58 PM -
0 Votes
Need CSS for dropdownlist item's tooltip
Here is the demo about ...Unanswered | 4 Replies | 114 Views | Created by Anonymous - Wednesday, January 10, 2018 12:54 PM | Last reply by Anonymous - Friday, January 12, 2018 9:11 AM -
0 Votes
Need to show tooltip on mouseover of pushpins in bing map.
In any case the key method needed is to get items by CSS class name.Answered | 6 Replies | 6023 Views | Created by IP Ramesh Kumar - Tuesday, January 21, 2014 7:37 AM | Last reply by IP Ramesh Kumar - Friday, January 24, 2014 10:22 AM -
0 Votes
tooltip of sharepoint list items
Hi, Please take a look at this thread Display tooltip for Sharepoint list items Dmitry Lightning Tools ...Answered | 1 Replies | 3411 Views | Created by Ashok-n - Friday, February 1, 2013 5:31 AM | Last reply by Dmitry Kaloshin - Friday, February 1, 2013 11:58 AM -
0 Votes
Tooltip is not hidden for the items in Overflowbutton, if ShowItemToolTip is set as false?
But the tooltip is still displayed for the Items in OverFlow panel. please refer the attached image that i have posted on June 23rd in this thread.Answered | 5 Replies | 972 Views | Created by Kumaran619 - Tuesday, June 23, 2015 10:56 AM | Last reply by Edward8520 - Thursday, July 9, 2015 9:01 AM -
0 Votes
Use Tooltip in NewForm or EditForm
You can add a script to the page and show the tooltip using jquery.Answered | 1 Replies | 1165 Views | Created by Jasmine P - Wednesday, December 9, 2015 1:42 AM | Last reply by Prasath C - Friday, December 11, 2015 7:37 AM -
0 Votes
Dropdownlist select item problem
hi, in widows application use what Danijel Malik wrote but if you have web application you must set the autopostback property of dropdownlist to true.Answered | 2 Replies | 3027 Views | Created by Soulidentities - Wednesday, January 6, 2010 1:51 AM | Last reply by pishkari - Wednesday, January 6, 2010 1:03 PM -
2 Votes
Displaying a tooltip text on a listbox specific item
This doesn't work if there are enough items in the listbox to force a vertical scrollbar.Answered | 4 Replies | 37652 Views | Created by Anonymous_Anonymous - Monday, August 27, 2007 11:14 AM | Last reply by dieddf - Wednesday, August 3, 2011 8:48 AM -
1 Votes
Combo Tooltip showing previous selected item
I have never had a problem getting the currently selected item in the SelectedIndexChanged event.Answered | 8 Replies | 773 Views | Created by Benniit - Thursday, October 2, 2014 6:34 PM | Last reply by Cor Ligthert - Monday, October 6, 2014 6:11 PM -
0 Votes
Search for an Item in the DropdownList and then remove it
The following code popuplates a dropdownlist; how do I search for an item in the dropdown and remove it fi found?Answered | 1 Replies | 2819 Views | Created by Khurj01 - Wednesday, July 25, 2012 12:16 AM | Last reply by Abhishek Jain (AJ) - Wednesday, July 25, 2012 3:30 AM -
5 Votes
Problem binding ComboBox ToolTip to selected item
I don't know how nobody mentioned this, but all you need is to add a style in the combobox resources for ComboBoxItems that specifies the tooltip ...Answered | 11 Replies | 26534 Views | Created by matte303 - Thursday, July 31, 2008 6:17 PM | Last reply by Raphael Mori - Monday, May 30, 2011 9:26 AM -
1 Votes
WPF DataGridComboBoxColumn - ToolTip for each item in list?
use a datagridtemplatecolumn and then change the cell template to one of your own that contains a combobox and you can set the items template in ...Answered | 1 Replies | 3616 Views | Created by tomrand - Tuesday, February 26, 2013 3:59 PM | Last reply by Andrew Brough - Tuesday, February 26, 2013 4:25 PM -
1 Votes
Dropdownlist help needed
A dropdown can show only 1 item at a time!Answered | 3 Replies | 1416 Views | Created by Banana1207 - Tuesday, April 17, 2012 9:08 AM | Last reply by Noam B - Tuesday, April 17, 2012 10:09 AM -
0 Votes
Adding tooltip color
Hi, You must use CSS.Answered | 1 Replies | 1468 Views | Created by Shubho_Simple - Monday, November 26, 2012 7:27 AM | Last reply by Nicolas Castel - Monday, November 26, 2012 7:50 AM -
2 Votes
list box tooltip?
Now it is showing ToolTip even in ListBox empty areas (free space under last list box item).Answered | 5 Replies | 38468 Views | Created by ahmedilyas - Saturday, November 26, 2005 7:11 PM | Last reply by VISHMAYSHAH - Friday, March 27, 2015 6:50 AM -
0 Votes
tooltip inconsistency
If I have a title attribute with a long text in it (while the HTML element is truncated) the tooltip gets cut off, and ellipsis are displayed ...Answered | 1 Replies | 1052 Views | Created by shiva sai 99 - Friday, April 20, 2018 4:52 AM | Last reply by Dave Patrick - Friday, April 20, 2018 12:24 PM -
2 Votes
ToolTip
The Form1 needs a Button1 on it in the designer.Answered | 2 Replies | 1165 Views | Created by Basharat Hussain - Tuesday, September 10, 2013 11:27 AM | Last reply by leshay - Tuesday, September 10, 2013 12:21 PM -
0 Votes
Need help with mouse hover in tooltip
Tooltips can only display plain text (with line break etc.) but cannot have any kind of colors, formatting (bold, italic etc.) etc. in SSRS.Answered | 1 Replies | 3141 Views | Created by rabbu456 - Wednesday, March 7, 2012 5:17 PM | Last reply by Dattatrey Sindol (Datta) - Thursday, March 8, 2012 6:02 PM -
0 Votes
Change CSS for visited Announcement item
Also, as you want the color change to keep in the future, custom JavaScript would be needed.Answered | 4 Replies | 1040 Views | Created by Marco Linders - Monday, March 2, 2015 8:48 PM | Last reply by Mike Smith MCT MVP - Wednesday, March 4, 2015 3:22 PM -
1 Votes
Limit items in dropdownlist
Hi Marco, A thought is that, you can add a custom HTML drop down control in your NewForm page, then query the “In Progress” items using JavaScript and Client ...Answered | 4 Replies | 579 Views | Created by marcomac - Thursday, March 23, 2017 3:24 PM | Last reply by Patrick_Liang - Friday, April 14, 2017 3:19 AM - Items 1 to 20 of 2145064 Next ›
No announcements