How to refresh the Telerik RadGrid control using JavaScript?
from telerik documentation:
function RefreshGrid()
{
var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
masterTable.rebind();
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With