WebDBResponsiveGrid.ItemClick

I have a Webdbresponsivegrid connected via TWebDataSource to a TxDataWebDataSet.
Everytime when I open the dataset the onitemclick Event is fired although there is no userclick done. Is this behavior wanted that way?
How can I retrieve the record selected by clicking on a TWebResponsiveGridItem?

Thank you for any help.

Thanks for reporting. We have fixed the erratic OnItemClick event.

When you click on an item, the active record in the dataset should point to the clicked item.