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
look into virtual mode