This is a migrated thread and some comments may be shown as answers.

Bug: PagerTooltipFormatString=""

2 Answers 33 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Aleksandar
Top achievements
Rank 1
Aleksandar asked on 22 Sep 2008, 02:32 PM

<ClientMessages PagerTooltipFormatString="" />.
During scroll, RadGrid reports an error in function: _applyPagerTooltipText:function(_12a,_12b,_12c){var _12d=this._owner.ClientSettings.ClientMessages.PagerTooltipFormatString;var _12e=/\{0[^\}]*\}/g;var _12f=/\{1[^\}]*\}/g;var _130=((_12b==0)?1:_12b+1);var _131=_12c;_12d=_12d.replace(_12e,_130).replace(_12f,_131);_12a.innerHTML=_12d;}

<ClientMessages PagerTooltipFormatString=" " /> gives no error, but it still shows undesired ToolTip. Condition if(_12a){}else{the rest of the code} would sort this out.

Above is because I need to remove ToolTip during scrolling. Any suggestions?
Scrolling settings are:
<Scrolling AllowScroll="true" EnableVirtualScrollPaging="true" UseStaticHeaders="True" ScrollHeight="1px" />


Aleksandar

2 Answers, 1 is accepted

Sort by
0
Aleksandar
Top achievements
Rank 1
answered on 23 Sep 2008, 01:08 AM
Any suggestions, or was I not clear about above?
Alex
0
Iana Tsolova
Telerik team
answered on 24 Sep 2008, 03:04 PM
Hi Aleksandar,

Unfortunately the tooltips cannot be entirely removed. If you do not want to show any text, please set the PagerTooltipFormatString to an interval.

Please excuse us for the inconvenience.

Regards,
Iana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Aleksandar
Top achievements
Rank 1
Answers by
Aleksandar
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or