wijmo.grid.wijgrid Namespace > options type : columnDragging Event |
Javascript (Usage) | |
---|---|
$(function () { // Set columnDragging event handler function $(".selector").wijgrid({ columnDragging : function (e, args) { } }); }); |
Javascript (Specification) | |
---|---|
columnDragging = function ( e : Object, args : IColumnDraggingEventArgs ) { }; |