Hello!
Is datagrid works in virtual mode? I need not to store the entire dataset in memory, but load portions of data from database by request from datagrid. What options I have?
Here is maybe a slightly better example using a derived class.
Here is some code fragments that might help that I am using at the moment.
Hi Stanislaw,
The DataGridView (as well as ListView, FullCalendar etc.) fully supports virtual mode like in WinForms.
However, we didn’t implement shared rows yet. It will be completed shortly (in a few weeks).
The functionality of shared rows will be completely transparent to the code and virtual scrolling.
Hope that helps.
Best regards
Frank
Please login first to submit.