Wijmo UI for the Web
refresh Method
Syntax
Javascript (Usage) 
var instance = new wijmo.grid.GridDataView();
var value; // Type: IRefreshResult

// Parameters
var shape; // Type:  IShape
var local; // Type:  any

value = instance.refresh(shape, local);
Javascript (Specification) 
function refresh( 
   shape : IShape,
   local : any
) : IRefreshResult;

Parameters

shape
local
Browser Compatibility
7
5
5

See Also

Reference

GridDataView type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.