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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:14:10+00:00 2026-06-05T15:14:10+00:00

I am using MVC 3 architecture in my project. I have a master page

  • 0

I am using MVC 3 architecture in my project.
I have a master page and one main page. In main page i have dojo splitter.

Left pane contains Tree control and right pane contains DOJO Enhanced Grid with Pagination plug. It is working pretty fine but when i re size the IE window, it returning script error (in IE Dev Toolbar script window) in dojo.js. I am unable to debug and unable to find the occurance of error. I tried by using google but didn’t get any help. Can anyone guide me to locate/ fix the error.

SCRIPT28: Out of stack space 
dojo.js, line 10904 character 24

I am pretty sure that the problem is with Grid. When i comment the entire grid code, there are no errors in IE

EDIT:
I am able to locate the exact location of the issue. The issue is with Pagination plug in. If i remove the pagination plug in, it is not throwing any errors. Are there any bugs (open) in Pagination plug in?

Thanks

  • 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-05T15:14:12+00:00Added an answer on June 5, 2026 at 3:14 pm

    Fixed!!!. The problem is with postCreate function in Pagination.js file. Replace postCreate function function with following code.

    postCreate: function () {
    this.inherited(arguments);
    var _3b = this, g = this.grid;
    this.plugin.connect(g, "_resize", function () {
        _3b._resetGridHeight();
    });
    this._originalResize = function () {
        g._resize();
    };
    g.resize = function (_3c, _3d) {
        _3b._changeSize = _3c;
        _3b._resultSize = _3d;
        _3b._originalResize();
    };
    this.focus = _27(this);
    this._placeSelf();
    

    }

    That is it.

    For more details, refer – http://bugs.dojotoolkit.org/ticket/14732#comment:9

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

Sidebar

Related Questions

I have been using an Object-Oriented MVC architecture for a web project, and all
I am using a Cairngorm MVC architecture for my current project. I have several
Im using MVC-Viewmodel, EF Model first on my project. I have a foreach loop
I'm using MVC 1.0 and have created a RequireSSLAttribute (like the one in ASP.NET
I am using ASP.NET MVC architecture.I have a telerik window on a button click,
i'm using Asp.net MVC with Sharp Architecture. I have this code: return _repositoryKeyWord.FindAll(x =>
I'm currently playing with ExtJS 4 for my new project. I'm using MVC architecture
Overview I am doing an iOS project using the MVC architecture. Pardon my ignorance,
I currently have an ASP.NET MVC project built on top of the S#arp architecture
I am doing a project using MVC architecture. I am maintaining all the values

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.