I'm loading a gridview from an oracle datareader approx 30,000 rows with 8 columns
and it taking almost a minute to load.. I have grouping and sorting enabled.
sample code is
and it taking almost a minute to load.. I have grouping and sorting enabled.
sample code is
Public
Sub SetGrid(ByVal grd As RadGridView)
Try
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
If Not dr Is Nothing Then
grd.MasterGridViewTemplate.LoadFrom(dr)
BestfitGrid(grd)
Else
Exit Sub
End If
Catch vbex As Exception
End Try
End Sub
would appriciate any direction in improving perfomance since I'm new to your software trying to justify purchase of Software