OnClick and FNCGrid

I have a FNCGrid bound to an Aureliusdatset.
The OnClick is fired when I click on a row, but before the row actually is selected. So I am not able to access the corresponding row in the dataset. 

How do I select a row in the grid and have the dataset in sync?

tx Bernd

Hi, 


You can use the OnSelectCell event, which is triggered after the grid selection changes.
Maybe I was unclear. I want to have Access to the corresponding record in the dataset.
OnSelectCell too fires BEFORE the dataset moves to the new record.
OnSelectedCell doesd what I want. 

tx anyway!