I have a rad grid control in an iframe .
I am trying to do a refresh of the read grid control using the following js on the OnGridCreated event . But it goes in an infinite loop . Plz help
I am trying to do a refresh of the read grid control using the following js on the OnGridCreated event . But it goes in an infinite loop . Plz help
function RefreshGrid() {
var masterTable = $find("<%= RadGrid_Qualification.ClientID %>").get_masterTableView();
masterTable.rebind();
}