:: Forum >>

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
Sunday, August 6, 2006
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)
Tuesday, August 8, 2006

This topic is archived.


Back to support forum

Forum search