Guys,
I seem to have boxed myself into a corner and hope someone can help.
I am working on a new MVC 3 front end to an existing large app, which previously used a Windows Forms front end. I have made some progress using Syncfusion controls, but find them a bit flaky, so and trying out the MVC wrapper for Kendo.
The app uses a hash-based URL scheme like GMail, so that it loads panels inside the main frame for a smoother and faster experience. The panels include grids, tabs etc. using partial views. The rendering is server side.
My problem is that the Kendo grid with MVC wrappers (server-bound to iEnumerable lists) seems to want do a whole page GET to sort a column, which breaks my scheme, since it just loads the page without the main frame. I thought maybe I could use the Ajax mode, but this wants to serial all of my object properties - which is large and rambling and not something I want to reinvent to fit into a view - in fact it throws a circular reference error, which is quite believable.
Any ideas? Is my planned doomed?
Mark
I seem to have boxed myself into a corner and hope someone can help.
I am working on a new MVC 3 front end to an existing large app, which previously used a Windows Forms front end. I have made some progress using Syncfusion controls, but find them a bit flaky, so and trying out the MVC wrapper for Kendo.
The app uses a hash-based URL scheme like GMail, so that it loads panels inside the main frame for a smoother and faster experience. The panels include grids, tabs etc. using partial views. The rendering is server side.
My problem is that the Kendo grid with MVC wrappers (server-bound to iEnumerable lists) seems to want do a whole page GET to sort a column, which breaks my scheme, since it just loads the page without the main frame. I thought maybe I could use the Ajax mode, but this wants to serial all of my object properties - which is large and rambling and not something I want to reinvent to fit into a view - in fact it throws a circular reference error, which is quite believable.
Any ideas? Is my planned doomed?
Mark