Wijmo UI for the Web
cancelRowEditing Method
Discards changes and finishes editing of the edited row.
Syntax
Javascript (Usage) 
$(function () {
    $(".selector").wijgrid("cancelRowEditing");
});
Javascript (Specification) 
function cancelRowEditing() : void;
Example
$("#element").wijgrid("cancelRowEditing");
Browser Compatibility
7
5
5

See Also

Reference

wijgrid type
wijgrid jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.