This is a migrated thread and some comments may be shown as answers.

[Solved] mvc ajax dropdownlist with telerik grid

0 Answers 21 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gee
Top achievements
Rank 1
Gee asked on 19 Dec 2011, 05:02 PM
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!
Tags
General Discussions
Asked by
Gee
Top achievements
Rank 1
Share this question
or