Hi there!
I am rather new to Razor but I still managed to get a Razorview that fetches some product from a database and even allows for some filtering and paging.
The script works as it should on my DNN-installation at Azure:
http://goo.gl/16qT3z
However on my own server it does not. The data is fetched from the database but the paging and filtering does not work.
Same Razor Script, same DNN-skin etc.
When filtering and paging is triggered, the response I get is the WHOLE DNN-page.
Instead of just the razor-response as above?
I've been struggling with this for ours now.. Can someone point me in the right direction?