What is the best working strategy for data grid when working with very large datasets

0
0

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?

  • You must to post comments
0
0

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

  • Stanislaw Tristan
    Frank, thank you for the information – will play with virtual mode.
  • You must to post comments
0
0

Here is some code fragments that might help that I am using at the moment.

 

Attachment
  • You must to post comments
0
0

Here is maybe a slightly better example using a derived class.

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.