Hi,
We have a RadGrid with the following configuration:
We have a RadGrid with the following configuration:
<
telerik:RadGrid
ID
=
"Grid"
runat
=
"server"
AutoGenerateColumns
=
"false"
Skin
=
"Simple"
AllowSorting
=
"true"
AllowFilteringByColumn
=
"true"
EnableHeaderContextMenu
=
"true"
EnableHeaderContextFilterMenu
=
"true"
OnNeedDataSource
=
"Grid_NeedDataSource"
OnItemDataBound
=
"Grid_ItemDataBound"
ViewStateMode
=
"Disabled"
AllowPaging
=
"true"
PageSize
=
"500"
AllowCustomPaging
=
"true"
>
It has batch editing enabled, too.
It has about 30 columns, 20 of them are GridTemplateColumn with RadComboBox. When we have more than 100 rows, page load is very slow, and customer doesn't want us to have pagination.
Is there any way so we can speed up page load? It's a mandatory requirement for us.
Thanks in advance,
Alfonso