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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:42:12+00:00 2026-05-15T23:42:12+00:00

I am generating data in a grid panel using json store. I have to

  • 0

I am generating data in a grid panel using json store. I have to generate tabs from the content of column 1 on page load . How can I generate those dynamic tabs from column 1?

  • 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-05-15T23:42:13+00:00Added an answer on May 15, 2026 at 11:42 pm

    Thanks! I am following the same approach but when I am looping through the tabs its not able to add tabs dynamically . I am sure my loop is working properly because I put an alert and its looping through all the records. My code is below…Please let me know where I am wrong..

    var store = new Ext.data.JsonStore({
    autoLoad: true,
    url: '../json/test.json',
    root: 'results',
    fields: 
    [
                'TIEBACK',
                'GATE_TIME',
                'TOTAL',
                'STOP_DESC',
                'DOOR'
    ],
    
    sortInfo: {
        field: 'TIEBACK', direction: 'ASC'
    }
    
    });
    

    my tabpanel:

     tabPanel = new Ext.TabPanel({
                    region: 'center', 
                    deferredRender: false,
                    activeTab: 0,     
                    items: [{
                                    xtype: 'grid',
                                    store: store,
                                    //selModel: selModel,
                                    columns: assignment,
                                    stripeRows: true,
                                    loadMask: true,
                                    height: 200,
                                    width: 200,
                                    x: 490, y: 620,
                                    title:'Assignment Status',
                                    bbar: pagingBar
    
    
    
    
                        }]
    });
    

    loop:

       store.on('load', function(){
                 store.each(function(re)
                 {
                    var tieback = re.get('TIEBACK');
                    //alert(tieback);
                    tabPanel.add(tieback);
                 });
             });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 507k
  • Answers 507k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer this may be helpful (note- that makes use of an… May 16, 2026 at 3:55 pm
  • Editorial Team
    Editorial Team added an answer The following should be enough: <IfModule mod_rewrite.c> RewriteBase / #so… May 16, 2026 at 3:55 pm
  • Editorial Team
    Editorial Team added an answer Firstly, I would use an array for this unless I'm… May 16, 2026 at 3:55 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

i am using a data grid in flex and i am generating data from
I'm using the toolkit:DataGrid from CodePlex. I'm generating the columns in code. How can
I have been trying to generate simple PDFs from my app so that I
I have a Windows form that's generated using code (including buttons and what not).
I am randomly generating a grid of characters and storing it in a char[,]
I have been using the ASP.NET AJAX UpdatePanel control a lot lately for some
I want to display and edit some objects in a WPF data grid and
i am porting my application from windows forms to WPF. I have found that
I am Generating a New Sheets using macros. For a New Sheet generation ,
I have a Java Applet that is generating an image. Ultimately, I would like

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.