onSelectCell

Is it possible to create onSelectCell event?
Thanks

You can use onRowSelect event, it will provide id of row and index of column - so you will be able to detect which cell was clicked.