vbAccelerator creates advanced VB, C# and VB.NET Source Code and Controls.
2
votes
1answer
100 views
Populating two sgrids faster
I have about 10K records each that i have to populate in two vbaccelerators sgrids, i currently use the following code
With grdList
.Clear
If colTasks Is Nothing Then Exit Sub
.ReDraw ...