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) 
var instance = new jQuery.wijmo.wijgrid();

// Parameters
var dataItemIndex; // Type:  number

instance.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

 

 


© 2013 All Rights Reserved.

Send comments on this topic.