We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

CellToolTip.AutoPopDelay doesn''t work in GGC

http://www.syncfusion.com/Support/forums/message.aspx?MessageID=26323 I found this suggestion on the forum and tried to get it to work in GGC. AutoPopDelay doesn''''t seem to have any effect. I put all kind of numbers in myGGC.TableControl.CellToolTip.AutoPopDelay. Tooltip disappears in 5 seconds no matter what. Is there another way to have cell tooltip stay on the screen longer?

1 Reply

AD Administrator Syncfusion Team June 14, 2005 07:36 PM UTC

If you google AutoPopDelay, you will see there is a history here. These property settings in the form''s constructor after the call to InitializeComponent worked for me to make the popup stay longer. this.gridGroupingControl1.TableControl.CellToolTip.AutomaticDelay = 100; this.gridGroupingControl1.TableControl.CellToolTip.AutoPopDelay = 25000;

Loader.
Live Chat Icon For mobile
Up arrow icon