3.2.0

onCellClicked for a single column

obj.onCellClicked = function(event, column, row){ ... };

would set the onCellClicked function for the entire grid. How would one set an onCellClicked function just for a specific column?

- ej
ericj
August 6,
You can only assign one event handler this way, but you can compare the column argument with the index of your column and only run the code if it matches.
Alex (ActiveWidgets)
August 8,

This topic is archived.

See also:


Back to support forum