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;