1. #1
    Ext GWT Premium Member
    Join Date
    Sep 2008
    Posts
    327
    Vote Rating
    0
    rlaferla is on a distinguished road

      0  

    Default Buffered BeanModel Grid?

    Buffered BeanModel Grid?


    There's an example of a JSON Buffered Grid in the explorer example but what about a BeanModel one? What does the server side code look like? What should the RPC interface look like?

    I have a Grid with 10,000 to 50,000 rows. Is Buffered Grid the way to go?

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,717
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Yes it works the same with BeanModels, you just use another reader.

    However 10000- 50000 rows might be a few too many.