This is a migrated thread and some comments may be shown as answers.

[Solved] Is sorting possible with PageOnScroll enabled?

1 Answer 14 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Justin Bigelow
Top achievements
Rank 1
Justin Bigelow asked on 17 Nov 2011, 11:29 PM
I've got a fairly standard grid implementation with ajax binding, I recently switched from numeric pages to scroll on page. However now when I try and sort a column by clicking on it, I get Internal Server 500 errors in Firebug.

1 Answer, 1 is accepted

Sort by
0
Georgi Tunev
Telerik team
answered on 22 Nov 2011, 03:30 PM
Hello Justin,

Internal error 500 is a server error, but because you are using Ajax, it cannot be outputted directly. Use Fiddler / IE Dev Toolbar / Fiddler (depending on the browser you are using) and examine the raw response from the server to the request that raises the error. You can see the actual reason for the problem there. 


All the best,
Georgi Tunev
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 Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Justin Bigelow
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Share this question
or