Hi,
I've been trying to use this brilliant library to create my own live analytics for F1 in an Excel add-on. But I cannot for the life of me get data from the SessionModel.Grid object - my issue seems to be related to the fact that I can only access methods in GridModelBase, rather than the more useful GridModelBase`1 class (which would allow me to access 'Rows'). I'm not sure how to get Intellisense to realise that this is what I'm after. I presume I have to pass in the generic which would represent one of the xGridRowModels that is derived from the GridRowModelBase, but frankly, I'm just not good enough at C# to know what is going on here and to make this thing work.
So the question is, how do I access Session.Grid.Rows?
I also see that in Timing.UI that the TimingGrid.xaml somehow manages to access data from Session.Grid.Rows with relative ease...
Is anyone able to point me in the right direction here?