Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    // Parameters
    var dataItemIndex; // Type:  number
    
    $(".selector").wijgrid("editRow", dataItemIndex);
});
Javascript (Specification) 
function editRow( 
   dataItemIndex : number
) : void;

Parameters

dataItemIndex
Determines the data item to edit.
Example
$("#element").wijgrid("editRow", 0);
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.