Hello,
We want to use the cms Orchard for a website. We are creating a custom module/widget for that cms and in that module we want to use a GridView from DevExpress to show data. We got most of it working, but we can't get callbacks to work. With that i mean things like navigating through pages, sorting rows and moving columns.
If we look in the console we can see that the javascript and ajax callbacks are never executed, we can't figure out why that is so. I have found some topics on the DevExpress site about using DevExpress with Orchard, but i couldn't find anything usefull (for my case) in those. We also noticed that the methods of our controller are never called, but cannot figure out why not.
I have made an example project. The file is 40MB because i added the entire cms to it, including our module. The module is called GridViewTest, you can find it in the modules directory of the Orchard.sln solution. You can find the source here: http://www.obec.nl/download/Orchard-DevExpress.zip.
I hope someone can help me figure out what the problem is, because i'd really like to use DevExpress in Orchard.