开发者

How to refresh the Telerik RadGrid control using JavaScript?

How to refresh the Telerik RadGr开发者_JS百科id control using JavaScript?


from telerik documentation:

function RefreshGrid()
{
  var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
  masterTable.rebind();
}


By using client binding for the grid - check out this help document.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜