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

  • Home
  • SEARCH
  • 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 6347737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:16:42+00:00 2026-05-24T21:16:42+00:00

team, I’m having a jsonstore to load my list. I’m loading store using inline

  • 0

team,

I’m having a jsonstore to load my list. I’m loading store using inline data without any proxy config. I wanted to call load event of my store. Kindly let me know how to do it.

Below is my store code:

Store = new Ext.data.JsonStore({
model : ‘SettingModel’,

getGroupString:function(){
        return 'Set Duration';
        },
autoLoad:false,     
data: [
    {name: '5 mins',   value: '5'},
    {name: '15 mins',   value: '15'},
    {name: '25 mins',   value: '25'},
    {name: '45 mins',   value: '45'}
],
listeners : {
    'load': function(){
        Ext.Msg.alert('App',"load");
    }
}});

Store.load();

with the above code i get the following error message : “Uncaught Error: You are using a ServerProxy but have not supplied it with a url”

if i remove the “Store.load();” line, im not getting error and list is populating with data. But the load event is not fired.

Kindly help me how to make load event to fire in this scenario.

Thanks in Advance

  • 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-24T21:16:46+00:00Added an answer on May 24, 2026 at 9:16 pm

    The load event is not called when data is inline. Also, the load method should only be called when data has to be accessed using an AJAX request (that’s why an url for a proxy is needed when you call the .load() method).

    Try using the loadData method to load inline data, instead of passing it in the object constructor and the datachanged event if you want to listen each time loadData is called.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our team is using a SecureRandom to generate a list of key pairs (the
My team has been using SVN for a few years. We now have the
Our Team is automating tests/test data preparation in QTP and we do the scripting
My team creates a number of dynamic/data-driven websites. We use a CruiseControl.NET to download
Team I'm creating an iphone application using Sencha Touch. I have registration form ,
my team is currently using buildbot to automate overnight and continuous-integration builds and regression
Our team trying to create a windows application(c#) to call a WCF service using
Our team uses different databases for each other, and we are using bundler so
My team is getting ready to start using SQL Server Analysis Services on our
Our team is having a heated debate as to whether we allow failing unit

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.