Hi,
This is a newbie question. I Am doing some performance tests on the grid.
I Have a XAMDataGrid bound to an observable collection of my custom class objects.
In my data class I have some static properties and I am also dynamically adding some properties using the ICustomTypeDescriptor interface.
The problem I Have is that the grid is only showing the static columns, and not the dynamically added ones. I tried handing the FieldInitialisd events and adding the custom columns manually, but I Am not able to get them to bind properly.
So my question is how do I get the grid to bind to dynamic columns added via the CustomTypeDescriptors?
Appreciate any help,
thanks
BIjesh
I Was hoping for any update on this question. Or if the question was unclear or if any more information was needed, etc?
thanks and regards
Bijesh
Hello BIjesh,
Could you please give more information on why you are using CustomDescriptiors and what you are trying to achieve?
Thanks,
Alex