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

Object
      wijmo.grid.wijgrid

Browser Compatibility
7
5
5
Constructors
 NameDescription
public Constructorwijgrid Constructor  
Top
Methods
 NameDescription
public MethodbeginEditPuts the current cell into edit mode, as long as the editingMode options is set to "cell".  
public MethodcancelRowEditingDiscards changes and finishes editing of the edited row.  
public MethodcolumnsReturns a one-dimensional array of widgets bound to visible column headers.  
public MethodcurrentCellSets the current cell for the grid.  
public MethoddataGets an array of underlying data.  
public MethoddataViewGets an underlying wijdataview instance.  
public MethoddeleteRowDeletes the specified row.  
public Methoddestroy  
public MethoddoRefreshRe-renders wijgrid.  
public MethodeditRowStarts editing of the specified row, can only be used when the editingMode option is set to "row".  
public MethodendEditFinishes editing the current cell.  
public MethodensureControlMoves 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 MethodgetCellInfoGets an instance of the wijmo.grid.cellInfo class that represents the grid's specified cell.  
public MethodgetFilterOperatorsByDataTypeReturns a one-dimensional array of filter operators which are applicable to the specified data type.  
public MethodpageCountGets the number of pages.  
public MethodselectionGets an object that manages selection in the grid.  
public MethodsetSizeSets the size of the grid using the width and height parameters.  
public MethodupdateRowFinishes editing and updates the datasource.  
public MethodwidgetReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.grid Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.