I have a Grid that has a TapRecogniser on and I would like to find what column was clicked when the user taps the Grid.
I know that XLabs has a GridView that has an itemSelected command but the entire control is broken (doesnt seem to bind to the ItemsSource).
Is there any way to achieve this?