Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nebula-dev] Grid vs. Table different VIRTUAL behavior

I want to use the Grid in VIRTUAL mode for potentially huge datasets.

However, I get an out of memory error when passing large numbers (950K) to setItemCount(). It appears that Grid.setItemCount() simply creates the given number of items, whereas Table.setItemCount() does not. Is this a bug?

Is there any advice for handling datasets of this size with the Grid? Has anyone else had success in this type of situation?

Thanks,
Rob Adams


Back to the top