This question is locked. New answers and comments are not allowed.
HI
Im using telerik mvc grid with ajax binding in partial view... im trying to filter the grid and rebind it with filtered data.. but the grid is disappearing after i click on search. more over i see script error in firebug saying "grid is undefined".
Im using telerik mvc grid with ajax binding in partial view... im trying to filter the grid and rebind it with filtered data.. but the grid is disappearing after i click on search. more over i see script error in firebug saying "grid is undefined".
var grid = $('#grdPath').data('tGrid');
grid.rebind({ productLineId: productLineId, productId: productId,generationId:
"",typeId:"",searchForName:"" });
Search Dropdowns are in partial view and im rebinding grid in search partial view.. im using telerik mvc Q1 2011 sp1. Please point me in right direction. Thanks