jQWidgets Forums

jQuery UI Widgets Forums Grid Recreate a grid pagerrenderer?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Mariya 11 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Recreate a grid pagerrenderer? #24438

    Paul10
    Participant

    What I’m trying to do is recreate a grids page renderer after the grid has been created. I know it doesn’t exist but what I’m looking to do is something like:

    $(‘#jqxGrid’).jqxGrid(‘setpagerrenderer’, createPageRenderer());

    Is there some way to recreate the paging data off the paging information from
    var datainformation = $(‘#jqxGrid’).jqxGrid(‘getdatainformation’);
    var paginginformation = datainformation.paginginformation;

    or

    var paginginformation = $(‘#jqxGrid’).jqxGrid(‘getpaginginformation’);

    Thanks.

    Recreate a grid pagerrenderer? #24477

    Mariya
    Participant

    Hi Paul10 ,

    Unfortunately, we do not have API for the requested functionality.

    Best Wishes,
    Mariya

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.