I view 16000 rows into RadGrid Using Virtual Scrolling with Client-Side Binding but I was binding 450 rows, I get error Failed to load resource: the server responded with a status of 500 (Internal Server Error). I user Webmethod get data.
1 Answer, 1 is accepted
0
Andrey
Telerik team
answered on 23 Apr 2012, 12:31 PM
Hello,
Most probably you have set the VirtualItemCount to some number which is bigger than the real size of the datasource and that is the reason for seeing 16000 rows.
About the other error as the description says it is an internal server error which could be caused by wrong configuration of the project or the IIS server.
Please, give more details about the error itself and about the configuration of the server.
Regards,
Andrey
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.