Wijmo UI for the Web
wijgrid type
wijmo.grid Namespace : wijgrid type
Syntax
$(function () {
    var options; // Type:  wijmo.grid.wijgrid.options
     
    $(".selector").wijgrid(options);
});
function wijgrid;
Inheritance Hierarchy

Object
      wijmo.grid.wijgrid

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodPuts the current cell into edit mode, as long as the editingMode options is set to "cell".  
public MethodDiscards changes and finishes editing of the edited row.  
public Method
   </> Summary (Javascript source comments)
Returns a one-dimensional array of widgets bound to visible column headers.  
public MethodSets the current cell for the grid.  
public MethodGets an array of underlying data.  
public MethodGets an underlying wijdataview instance.  
public MethodDeletes the specified row.  
public Method  
public MethodReturns an array which consists of hierarchy nodes in wijgrid.  
public MethodRe-renders wijgrid.  
public MethodStarts editing of the specified row, can only be used when the editingMode option is set to "row".  
public MethodFinishes editing the current cell.  
public MethodMoves the column widget options to the wijgrid options and renders the wijgrid. Use this method when you need to re-render the wijgrid and reload remote data from the datasource.  
public MethodExports the grid to a specified format. The export method only works when wijmo.exporter.gridExport's reference is on the page.  
public MethodGets an instance of the wijmo.grid.cellInfo class that represents the grid's specified cell.  
public MethodReturns a one-dimensional array of filter operators which are applicable to the specified data type.  
public MethodGets the number of pages.  
public MethodGets an object that manages selection in the grid.  
public MethodSets the size of the grid using the width and height parameters.  
public MethodFinishes editing and updates the datasource.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.grid Namespace