Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8085341
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T18:05:01+00:00 2026-06-05T18:05:01+00:00

I am using Reconfigure function to change the columns and data of the panel

  • 0

I am using Reconfigure function to change the columns and data of the panel form.

grid.reconfigure(globalStore, tmpColumns);

The grid has pagging bar

The code is working,and the data is changed. But paging and total does show old data.

Please help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T18:05:03+00:00Added an answer on June 5, 2026 at 6:05 pm

    I solved it

     var pagingBar = grid.getDockedItems()[1];
     pagingBar.unbind(store);
    
      store = Ext.create('Ext.data.Store', {
                fields: tmpFields,
                pageSize: itemsPerPage,
                proxy: {
                    type: 'ajax',
                    url: getDataWithPageURL,
                    reader: Ext.create('CustomReader', { root: 'Results', totalProperty: 'Total' })
                }
            });
    
    
            store = store.load({
                params: {
                    start: 0,
                    limit: itemsPerPage
                }
            });
    
    
    pagingBar.bind(store);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using LINQ on collections, what is the difference between the following lines of code?
Using PHP, I can convert MySQL data or static table data to csv, Excel,
Using the javascript function function squareIt(number) { return number * number; } When given
I am defining a grid which has a selModel . Each time the store
I have a BootReceiver and is using android.intent.action.BOOT_COMPLETED to reconfigure whatever alarms the user
I'm using ajax+comet to build an iterative form. When it is submited, an output
I need a function that will add/remove column from ExtJS 4 grid. Grid is
I've made an app init function that I'm using both in Java and GWT
Assume the assembly dll: using Microsoft.SqlServer.Server; using System.Data.SqlClient; using System.Data.SqlTypes; using System; using System.Text;
I have written some code using express.js which I'd like to put on the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.