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
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