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
Hi Alex.
Thank you for the response. Basicaly we are evaluating the Infragistic grid (among other WPF grids) for use in a large project, both for functioanlity and performance.
In our case some of the screens have more that 100 columns. Typically not all will be displayed but that is up to the user. So we are writing some test code where we can set the no: of columns in the data to 10, 50, 100 etc and test the performance.
Obviously we don't want to type this in manually so would rather have them created dynamically using Custom Descriptors.
This is what we are trying to do. But I am unable to see the extra columns added this way,
Bijesh
Hello BIjesh,
Could you please give more information on why you are using CustomDescriptiors and what you are trying to achieve?
Thanks,
Alex
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