Hi, I have a stange problem with Localized Grid Pager. My DLL number is 2010.2.929.35
If I set PagerTextFormat nothing appear.
Regards
Luc
If I set PagerTextFormat nothing appear.
This exemple working and the text "xxx items in yyy pages" is displayed
<PagerStyle AlwaysVisible="True" FirstPageToolTip="Début" LastPageToolTip="Fin" NextPagesToolTip="Page suivante" NextPageToolTip="Page suivante" PageSizeLabelText="Taille de page:" PrevPagesToolTip="Page précédente" PrevPageToolTip="Page précédente" ShowPagerText="True" Mode="NextPrevAndNumeric"/>
This pager not working. Test "xxx emails" is not displayed
<PagerStyle AlwaysVisible="True" FirstPageToolTip="Début" LastPageToolTip="Fin" NextPagesToolTip="Page suivante" NextPageToolTip="Page suivante" PageSizeLabelText="Taille de page:" PrevPagesToolTip="Page précédente" PrevPageToolTip="Page précédente" ShowPagerText="True" PagerTextFormat="{1} emails"
Mode="NextPrevAndNumeric"/>Regards
Luc