OK... I have kindof a sepecialised case. I am getting log data back from a DB that has 5 static properties and then any number of variable properties. The class looks like this:
Prop 1, prop 2, prop 3, collection of properties 4-n... all possible properties are known.
Based on the type of log, properties 4-n will be different, again, all possible properties will be known.
The values of these properties will always be text.
binding properties 1-3 are easy... but is it possible to bind column values to items within a sub collection? for example, key="{Binding PropCollection.Prop4}"
Thanks in advance for any help
Marc
Sorry but I don't understand, is it possible to have the full code of the example ?
Thank you very much
That just mock data.
You would replace that with your own data object.
-SteveZ
We are trying this solutions but we can't find the "MyDataObject", what is it for ?
Thank you
Hi Marc,
Currently, no, you won't have sorting, filtering or groupBy support for those columns, as they require a property on the data object, as we use linq to perform all of those operations.
However, this is something that we are actively looking into enabling.
Thanks a lot, that seems to have worked well.... However I do have one other question. Is it possible to SORT on those custom columns that you have just created?
Thanks