[CLOSED] Recommendations required for store usage on a big massive page?

  1. #1

    [CLOSED] Recommendations required for store usage on a big massive page?

    Hi,

    We have a requirement where in same data needs to be used in more than 50 combo boxes on one screen, what would be best approach to address this requirement?

    Is there a way to use the same store with multiple controls, if not then what would a good approach for such situation? We have screens which may have many form panels and grids sitting on it, this screen will be scrollable.

    In essence, we are looking at having more than 400 controls on one big page, seeking your recommendations to control the performance in an acceptable way.

    Thanks in advance!

    Cheers,
    Avi
    Last edited by Daniil; Apr 20, 2014 at 3:54 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Well, you can use one store for many widgets. But can be some problems. If one widget filters the store (for example, if you type in a combobox then store is fitered to show matched items) then it affects on all other widgets. So, you can use one store for many widgets via StoreID property

    In essence, we are looking at having more than 400 controls on one big page, seeking your recommendations to control the performance in an acceptable way.
    I suggest to break UI on several demand loading areas to reduce page loading. For example, you can use TabPanel with several tabs and load each tab on first time activation
  3. #3
    Hi Vladimir,

    Thanks for your valuable inputs; We have started using PartialViewResult for loading panels dynamically, is that the way to go?

    Cheers,
    Avi
  4. #4
    Hi @asolvent,

    Yes, if you work on the MVC project, using partial views is a way to go.

    You can render stuff only when it is required, on a user's demand. For example, you can use a Panel, initially collapsed. If a user expands the Panel, then render the content dynamically from, example, a partial view. There is a possibility to render a partial view on the fly.
    http://mvc.ext.net/#/search/dynamic+partial

Similar Threads

  1. [CLOSED] Required/Not Required Text Fields Alignment - FormPanel
    By Istofix in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Mar 04, 2014, 12:50 PM
  2. [CLOSED] store.insert method + store page size problem
    By mcfromero in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 12, 2012, 6:34 AM
  3. ComponentColumn usage
    By Zdenek in forum 2.x Help
    Replies: 0
    Last Post: Jul 13, 2012, 9:38 AM
  4. Licence (CMS/CRM usage)
    By pentijum in forum Licensing
    Replies: 1
    Last Post: May 02, 2011, 5:28 AM
  5. Performance / Caching Recommendations
    By mattwoberts in forum 1.x Help
    Replies: 0
    Last Post: Dec 16, 2010, 1:10 PM

Posting Permissions