[CLOSED] GridPanel vs Dataview performance

  1. #1

    [CLOSED] GridPanel vs Dataview performance

    We have a portal page with 5-10 small GridPanels. I been debating whether to convert the GridPanels to DataViews that render out tables. How much performance gain from the clientside will I see if I do that?
    Last edited by Daniil; Jul 10, 2013 at 3:50 AM. Reason: [CLOSED]
  2. #2
    Hi @jchau,

    Unfortunately, I have no numbers and never seen that someone test something similar.

    I just can say that a DataView is more lightweight component than a GridPanel and, theoretically, it should give some benefit. Though, I doubt it will be significant with 5-10 small grids. Another issue that a DataView doesn't fully reflect a GridPanel's functionality. Are you sure that you are not loosing some important functionality with such a change? Well, if you need to implement some GridPanel functionality with a DataView, it could cross out a possible performance (speed) benefit.
  3. #3
    Interesting....i will try to do some simple tests. I really just need to display a list of names that can be selected. No need for sorting or grouping or paging or filtering.
  4. #4
    I really just need to display a list of names that can be selected.
    What if to use MultiSelect?
  5. #5
    Quote Originally Posted by Vladimir View Post
    What if to use MultiSelect?
    hmm...good idea. We may have to change a few things since we expect the UI to bind to a store but MultiSelect may work. Thanks for the ideas. This all stemmed from clients complaining IE7 is slow with our app. I want to get rid of as many gridpanels as possible.
  6. #6
    Just a couple of notes.

    A MultiSelect looks more heavyweight control than a DataView. At least, a DataView is used as a part of MultiSelect.

    Though a MultiSelect can better meet your requirements which you might need to implement manually with a DataView, i.e. adding some weight.

    Finally, I would say that a MultiSelect is a DataView with selecting functionality (and, by the way, drag&drop which you also might need). So, it looks the best option for you.

Similar Threads

  1. [CLOSED] GridPanel Performance Issue
    By shaileshsakaria in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 03, 2013, 7:12 AM
  2. [CLOSED] Discussion: High performance with gridPanel
    By supera in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 22, 2013, 11:37 AM
  3. [CLOSED] Drag and Drop from GridPanel to GridPanel performance issue
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 14
    Last Post: Nov 09, 2012, 3:26 PM
  4. Replies: 5
    Last Post: Jan 16, 2012, 8:50 AM
  5. [CLOSED] Performance issue with selecting 200 rows in GridPanel
    By jchau in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Sep 24, 2009, 2:39 AM

Posting Permissions