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 8425445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T04:16:21+00:00 2026-06-10T04:16:21+00:00

I am using Ext Js in my application and I have a problem. After

  • 0

I am using Ext Js in my application and I have a problem. After I saved a new model, the grid should renderer automatically columns, however after the save the attribute ‘id’, which is one of columns does not renderer, I need to refresh the page to the data appear in my grid, can anyone provide a insight ??
The first column is ‘id’, before refresh.

enter image description here

After refresh the page:

enter image description here

Initial grid config:

Ext.define('GridConfiguracao', {
extend : 'Ext.grid.Panel',
store : 'ConfiguracaoStore',
features: [{
    groupHeaderTpl: 'Estado: {name}',
    ftype: 'groupingsummary',
}],
listeners : {
    render : function(grid) {
        grid.store.load();
    }
},
title: 'Configurações',
columns : [{
    header : 'ID',
    dataIndex : 'id',
    flex : 0.2,
    summaryType: 'count',
    summaryRenderer: function(value){
        return Ext.String.format('{0} {1}', value, value !== 1 ? 'configurações' : 'configuração');

    }
}, 
  • 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-10T04:16:23+00:00Added an answer on June 10, 2026 at 4:16 am

    There are two methods you can do.

    First method, get the store of the grid and reload the store.

    myGrid.getStore().reload();
    

    Second, get the view of the grid and refresh.

    myGrid.getView().refresh();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to ExtJS and have written a sample App using Ext.application with
I'm developing a application using Ext Js and I have a problem, in one
I am using Ext.Net 1.3 with ASP.NET 4.0 application. I have few Ext ComboBox
I'm having trouble preparing my application for deployment. I'm using ext-dev.js and have a
I have created a web application using ext.net and c# in visual studio 2010.
I am using the Ext JS library for creating my application. I have a
I am using this article of architecture http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/ in my code: I have this
I am using this article of architecture http://blog.extjs.eu/know-how/writing-a-big-application-in-ext/ I have this one function where
2 years back We have developed an application using GWT 1.4.6 and GWT-Ext 2.0.3
We are using Ext JS for an application in work, building a custom theme

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.