First Umbraco does not allow using int parameter, is that true??
Second I am not able to use ajax get request on PartialGrid, it returns error, Post works fine if i add the hidden Base64String, which is generated in the BeginUmbracoForm, for routing. Ajax get request works ok on index action.
Umbraco 5 MVC Ajax Get Request
I am using new Umbraco v5, problem I am having is like,
MySurfaceController
[ChildActionOnly] PartialViewResult Index()
ActionResult PartialGrid(string id)
First Umbraco does not allow using int parameter, is that true??
Second I am not able to use ajax get request on PartialGrid, it returns error, Post works fine if i add the hidden Base64String, which is generated in the BeginUmbracoForm, for routing. Ajax get request works ok on index action.
I think you want to vote for these issues:
Wrapper For Ajax.BeginForm
Update Html.BeginUmbracoForm to accept an object for HTML arttibutes
Jeroen
Hi all,
Sorry by mistake I had solved it,
I need to check it.
Regards,
Harshil Shukla
is working on a reply...