jQuery.wijmo.wijgrid Namespace > options type : pageIndexChanging Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.pageIndexChanging = function(e, args) { }; |
Javascript (Specification) | |
---|---|
pageIndexChanging = function ( e : Object, args : IPageIndexChangingEventArgs ) { }; |
// Cancel the event by returning false $("#element").wijgrid({ pageIndexChanging: function (e, args) { return false; } });