Reputation: 2604
I am searching for something like CellClick event on Spark DataGrid, or something alike.
Upvotes: 1
Views: 2410
Reputation: 39408
Based on a review of the ASDocs, it looks like you want to use the gridClick event.
It has a direct hook to the itemRenderer if that's what you're after.
Upvotes: 1