Hi, I currently have a kendo grid bound to a tempdata item which is a list of objects, on delete i remove the item that is being deleted from the tempdata item list , how can i refresh the grid ? I tried returning the partial view that the grid is in but the partial view renders in the entire page even though i have it in an ajax.beginform, basically how can I make the partial view that contains the grid referesh in the delete action of the grid?