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

[Solved] Grid Is Disappering after rebind

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
snehal
Top achievements
Rank 1
snehal asked on 02 Jun 2011, 03:10 AM
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".

 

 

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

 

1 Answer, 1 is accepted

Sort by
0
Terry
Top achievements
Rank 1
answered on 15 Nov 2011, 06:42 PM
I have the same issue.
Tags
Grid
Asked by
snehal
Top achievements
Rank 1
Answers by
Terry
Top achievements
Rank 1
Share this question
or