Hi,
Just for tests I put a button on my page and used the code below but it does not seem to cause a postback of refetch of data using NeedDataSource in code-behind?
function refresh() {
var masterTable = $find("<%= grdUsers.ClientID %>").get_masterTableView();
masterTable.rebind();
}