CellClicked appears not to fire when the cell concerned is in a footer row. Is there anyway way to catch a click in the footer? (10.2)
Thanks
James
Hi James,
We don't fire an explicit event. Although i suppose you could just use the FooterTemplate property to set your content, and wire up the MouseLeftButtonDown event to a FrameworkElement in the dataTemplate.
-SteveZ