Wijmo UI for the Web
deleteRow Method
Determines the data item to edit.
Deletes the specified row.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijgrid();

// Parameters
var dataItemIndex; // Type:  number

instance.deleteRow(dataItemIndex);
Javascript (Specification) 
function deleteRow( 
   dataItemIndex : number
) : void;

Parameters

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

See Also

Reference

wijgrid type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.