We have a situation where a URL re-writer is modifying the URL in such a way that the ajax calls the Grid control makes is breaking.
The application with the grid control is calling www.mydomain.com/controller/action/
what it needs to call is www.mydomain/applicationName/controller/action.
is the a method where we can inject the above application name into the ajax calls so that the Telerik Grid can retrieve the data at the new location. Right now, we are using: "databinding.Ajax().Select("action", "controller");" to define where the data is located.
If possible we would like to stay using the Fluent API to define this since most of our grids are defined that way.
I hope I am explaining this properly. Any help you can provide would be greatly appreciated.
Thanks,
Chris
The application with the grid control is calling www.mydomain.com/controller/action/
what it needs to call is www.mydomain/applicationName/controller/action.
is the a method where we can inject the above application name into the ajax calls so that the Telerik Grid can retrieve the data at the new location. Right now, we are using: "databinding.Ajax().Select("action", "controller");" to define where the data is located.
If possible we would like to stay using the Fluent API to define this since most of our grids are defined that way.
I hope I am explaining this properly. Any help you can provide would be greatly appreciated.
Thanks,
Chris