This question is locked. New answers and comments are not allowed.
Hi,
So I have a telerik grid on a partial view. and on the main view I have a dropdownlist in which it triggers the jquery to call the action again with the value selected.
On the action i have a condition like so.
if(Request.IsAjaxRequest){
return PartialView("ViewWithTelerik", mymodel);
else
return View ("mainView");
My problem is, the Grid won't load the updated data..
Any help is very much appreciated.
Thanks!
So I have a telerik grid on a partial view. and on the main view I have a dropdownlist in which it triggers the jquery to call the action again with the value selected.
On the action i have a condition like so.
if(Request.IsAjaxRequest){
return PartialView("ViewWithTelerik", mymodel);
else
return View ("mainView");
My problem is, the Grid won't load the updated data..
Any help is very much appreciated.
Thanks!