Menu

Virtual mode

2009-06-30
2013-04-29
  • Mihail Merkulov

    Mihail Merkulov - 2009-06-30

    Hi, I'm interested in including XPTable control into my application. But I have one non-resolved question: does XPTable support virtual mode or is there another way to show big (about 100k rows) tables using XPTable?

     
    • Adam

      Adam - 2009-06-30

      If you mean you only want the table to render rows that will appear on screen, then this is what XPTable does anyway, all the time.

      Have I understood the question?

      Adam

       
    • Mihail Merkulov

      Mihail Merkulov - 2009-06-30

      Thanks for answering me!

      I want to have ListView that will load data to the memory right before rendering. Now I set the VirtualMode property of the ListView control to true and it requests the data with RetrieveVirtualItem event. Can I do something similar with XPTable?

       
    • Adam

      Adam - 2009-06-30

      Oh, I understand now. No, XPTable cannot do that, sorry.

      Adam

       
    • PhilDaniels

      PhilDaniels - 2009-06-30

      I think Stovesy was working on "virtualization" in the "nextrelease" branch - the keywords are "datasource" and "databinding".

      That branch should probably renamed "experimental"

      mrzoidberg might like to

      a) look at that the "nextrelase" branch, but aware that he's looking at something that's unlikely to ever be folded into "trunk";
      b) changes made in "trunk" over the last couple of years may be absent from "nextrelease", adamus could advise;
      c) it may be useful for mrzoidberg to contact Stovesy to see what/where he's at, I can facilitate that if adamus prefers.

      Rgds PhilD

       

Log in to post a comment.