Paging Tool Bar - NaN

  1. #1

    Paging Tool Bar - NaN

    I have remote paging workign but in the textfield and the desc of the paging tool bar - I get NaN - how do I fix this?




    <AutoLoadParams>


    <ext:Parameter Name="startRowIndex" Value="={0}" />


    <ext:Parameter Name="maximumRows" Value="={30}" />


    </AutoLoadParams>


    <Proxy>


    <ext:DataSourceProxy />


    </Proxy>
  2. #2

    RE: Paging Tool Bar - NaN

    <BottomBar>
            <ext:PagingToolBar ID="Paging1"
                               PrevText = "Página Anterior"
                               NextText = "Próxima Página"
                               BeforePageText = "Página"
                               AfterPageText = "de {0}"
                               LastText = "Última Página"
                               FirstText = "Primeira Página"
                               DisplayInfo="true"
                               EmptyMsg="Não há Registros"
                               RefreshText="Recarregar"
                               DisplayMsg = "Registro {0} - {1} de {2}">
             </ext:PagingToolBar>
    </BottomBar>

Similar Threads

  1. Replies: 1
    Last Post: Apr 19, 2012, 12:35 PM
  2. [CLOSED] Paging tool bar customization question.
    By rosua in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 04, 2012, 10:59 AM
  3. [CLOSED] Validation on click of next/previous buttons of paging tool bar
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 13, 2012, 8:06 AM
  4. [CLOSED] GridPanel / Paging Tool bar throwing WebResource.axd issue
    By sriram in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 18, 2011, 6:19 PM
  5. [CLOSED] Grid view Paging tool bar
    By majestic in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Dec 01, 2010, 11:37 AM

Posting Permissions