Hello all.
Great instruments to create grid. But I have one problem...
I have an a class with something like a next structure:
double Time
string Text
List <double> Values
Have I any possibility to show it in that way:
Time | Text | Values 1 | Values 2 | ... | Values n
Number of values on each record will be the same, but in different time of usage of this grid it can be different.
Is it possible to do it? If anyone have any suggest please write them. It will be very good.
Hello,
It has been a while since you have made your post, in case you still need support I will be glad to assist you further. I suppose the other community members can benefit from this answer as well. I have been looking into your post and I suggest you set the XamDataGrid’s FieldLayoutSettings’ AutoGenerateFields Property to False and define your own Fields and for the List’s values you can define UnboundFields bound to them. Also, every time you add a new Record you should check if the UnboundFields are enough and if not you can add more, so you can show the data.
Feel free to write me if you have further questions.