$(function () { // Set cellClicked event handler function $(".selector").wijgrid({ cellClicked : function (e, args) { } }); });
Parameters
- e
- The jQuery.Event object.
- args
The value to pass into the action performed when the user clicks the cell. As in the example below, if you display an alert when the user clicks a cell, you can pass in the cell value to display in the alert using the args.
Valid Values: