Hi,
I have set up a double click event handler on my grid's datarows.
I can then cast the sender-object in my event handler to DataRow.
But how do I get hold of the DataItem the DataRow is displaying?
DataItem = DataRow.DataContext
seems to be a solution.
Is this the preferred way? Is this a stable solution?
Or is there another way?
Thanks,
Michael.