Wijmo UI for the Web
editRow Method
wijmo.grid Namespace > wijgrid type : editRow Method
Determines the data item to edit.
Starts editing of the specified row, can only be used when the editingMode option is set to "row".
Syntax
$(function () {
    // Parameters
    var dataItemIndex; // Type:  number
    
    $(".selector").wijgrid("editRow", dataItemIndex);
});
function editRow( 
   dataItemIndex : number
) : void;

Parameters

dataItemIndex
Determines the data item to edit.
Example
$("#element").wijgrid("editRow", 0);
See Also

Reference

wijgrid type
wijgrid jQuery Widget