Hi,
I have placed the RadGridView om a normal Form. Opening the form for the first time is very slow (2.5-3 sek), and I've tracked it down to this line in the .Designer.cs file:
I have placed the RadGridView om a normal Form. Opening the form for the first time is very slow (2.5-3 sek), and I've tracked it down to this line in the .Designer.cs file:
this
.grdPaymentLines = Telerik.WinControls.UIRadGridView();
This only happens the first time I open the form. Any idea what the problem might be?
Regards,
K