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

[Solved] Grid ajax rebind issue.

0 Answers 79 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.
Rajeev
Top achievements
Rank 1
Rajeev asked on 25 Jul 2012, 06:36 PM
Hi All,
I have a telerik mvc 3.o grid which is bind through ajax. I am also rebind this grid on button click event

var tGrid = $("#SearchWindowGrid_Location").data('tGrid');
tGrid.rebind({ partyId: e.ID});
 
//set the refresh button ID value
tGrid.ajax = { selectUrl: "../AddressBook/_PartyAddress?partyId" + e.ID};

Some time it bind and some time it not bind the data in a grid. Is it a browser cache issue.? If it is, How to resolved it.  Any body have Idea.

Thanks in advance.
Tags
Grid
Asked by
Rajeev
Top achievements
Rank 1
Share this question
or