This question is locked. New answers and comments are not allowed.
Hi All,
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.
I have a telerik mvc 3.o grid which is bind through ajax. I am also rebind this grid on button click eventvar tGrid = $("#SearchWindowGrid_Location").data('tGrid');tGrid.rebind({ partyId: e.ID});//set the refresh button ID valuetGrid.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.