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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T13:39:12+00:00 2026-06-07T13:39:12+00:00

We have decided to use ExtJS for one of our large application’s web-remake and

  • 0

We have decided to use ExtJS for one of our large application’s web-remake and we will have to generate screens/forms where we will have to render about thousand or more controls either in complete editable grid of in forms.

So may I know what is the best approach in doing so?

I have tried generating about thousand controls and it takes about more than 6 seconds on client-side and that too is going to be dependent on Client configuration about which I am positive that it will be at-least dual-core system most of the time.

But more than 6 seconds on localhost is like 10 seconds over the Internet so I am worried, I still have a choice of mixing normal html form/controls when there is high load but then it will miss the ExtJS touch (combo/number controls etc.), so any help or if you had similar experience do share.

Will XTemplate be faster in above case? I am still new to ExtJS so do share best practices if you know/used.

  • 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-07T13:39:13+00:00Added an answer on June 7, 2026 at 1:39 pm

    The best approach is not to do it this way. Creating thousands of controls will need huge amounts of memory, no matter how you do it. As you noticed, this makes an application extremely slow.

    The solution is to keep the elements on the server and use some form of paging to create only the elements that the user can actually see.

    Paging can be explicit (“Load next 10 rows”) or implicit by firing an event when the scrollbar hits the right/bottom end and loading more rows.

    Usually, you can even hide this from users. Always load a whole row (hiding elements in the same row which aren’t visible because the browser window is too narrow usually doesn’t help much).

    On the server, you will know how many rows you have. Load the first 20 rows and display them. Find the height of the rows (ideally, they should be all the same height) and create an empty DIV below the 20 rows which expands the scrolled view. This makes it appear as if all the rows are there (user sees correct scrollbar which doesn’t jump while scrolling).

    As soon as that empty div comes into view, load more rows and shrink it.

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

Sidebar

Related Questions

I have started a new web application and have decided to use jquery as
I'm writing a web application (PHP) for my friend and have decided to use
We have to introduce logging in our application. We have decided to use log4j
I am updating a web application and have decided to use SubSonic as it
I'm researching a security model for our web portal, we have decided to use
I have decided to use ASP.NET MVC to develop multi page (registration) forms in
I have decided to use a common viewModel for a number of my screens.
I'm starting some automated acceptance testing for our company, and have decided to use
After several failed attempts using ExtJS I have now decided to use javascript.The requirement
I am building an asp.net mvc3 application and I have decided to use areas

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.