C
C#•2w ago
Juan19

DataGridView Virtualization Implementation

It supposed to make DataGridView smoother but i don't know how to implement it. in order to put data into DataGridView, the only thing i know is to query all data from Database and put it in DataTable object and then assign it to DataGridView.DataSource, but this will become laggy for large data. Can anyone explain how to implement it please? thanks 🙂
1 Reply
Sehra
Sehra•2w ago
look into virtual mode

Did you find this page helpful?