Wijmo UI for the Web
doRefresh Method
wijmo.grid Namespace > wijgrid type : doRefresh Method
This parameter is for internal use only.
Re-renders wijgrid.
Syntax
$(function () {
    // Parameters
    var userData; // Type:  Object
    
    $(".selector").wijgrid("doRefresh", userData);
});
function doRefresh( 
   userData : Object
) : void;

Parameters

userData
This parameter is for internal use only.
Example
$("#element").wijgrid("doRefresh");
See Also

Reference

wijgrid type
wijgrid jQuery Widget