$(function () { // Set detailCreating event handler function $(".selector").wijgrid({ detailCreating : function (e, args) { } }); });
detailCreating = function ( e : Object, args : IDetailCreatingEventArgs ) { };
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.