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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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
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?
Oh, I understand now. No, XPTable cannot do that, sorry.
Adam
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