This question is locked. New answers and comments are not allowed.
Using DataPager with GridView, when navigating on site other than first, I get error:
"Incorrect syntax near 'OFFSET'. Invalid usage of the option NEXT in the FETCH statement."
I get that on production environment, but not development environment. I found out on the internet that the problem might be in SQL server 2008 not supporting the query as built by DataPager. I might concur as that is what is installed in production while I have 2012 on dev env.
Is that correct? Does RadDataPager require SQL server 2012 or is there a way to use it on 2008? Or could the problem be somewhere completely elsewhere?
"Incorrect syntax near 'OFFSET'. Invalid usage of the option NEXT in the FETCH statement."
I get that on production environment, but not development environment. I found out on the internet that the problem might be in SQL server 2008 not supporting the query as built by DataPager. I might concur as that is what is installed in production while I have 2012 on dev env.
Is that correct? Does RadDataPager require SQL server 2012 or is there a way to use it on 2008? Or could the problem be somewhere completely elsewhere?