Is this possible?
I have a scenario where I am displaying a list of flat files. The user can expand a row and display the contents of the file in the child grid.
However, some files are quite large, and I'll need to virtualize the child grids....OR simply display a multiline textbox instead of a grid.
Either way, I'm really re-thinking my approach on this because I'm dealing with 300k+ rows...
Are either of these paths possible? Virtualize the child grid, or replace it with a text box?
Thanks,
Wayne
I have a scenario where I am displaying a list of flat files. The user can expand a row and display the contents of the file in the child grid.
However, some files are quite large, and I'll need to virtualize the child grids....OR simply display a multiline textbox instead of a grid.
Either way, I'm really re-thinking my approach on this because I'm dealing with 300k+ rows...
Are either of these paths possible? Virtualize the child grid, or replace it with a text box?
Thanks,
Wayne