There is the possibility to upload data from a IEnumerable <IDictionary <string,object>> in FlatDataSource?
Or you can hide the properties of a class from being shown in PivotGrid?
Hi,
I have been testing the XamPivotGrid and would certainly find something like this to be a very useful feature. Essentially a way to be able to use non OLAP based DataSource where the fields can be dynamic rather than confined to properties of a type Eg as the key of a dictionary.
alexjimenez did you have any luck with the Roslyn approach?
Thanks
It would be great to take this into account, since I am working with DynamicObjects to be closer to the DataTable in ASP.net and not be married to a typed class.
Now I find doing tests to create a class Roslyn typed from a IEnumerable <IDictionary <string,object>> and so we can assign your PivotGrid. If I hereby resolve as I'll let you know if this can help at your fingertips.
Hello alexjimenez,
I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested features, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your feature is chosen for development, you will be notified at that time. Your friendly ID for this Product Idea is PI12090117.
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com
Thank you for your request.
Hi Alex,
Excuse me for the late reply, I have been struggling to come up with a custom implementation that would allow you to use this sort of data source, but to no avail. It appears it is a limitation of the current version of the control since there is no way for FlatDataSource to examine an object of type Dictionary<,> in the way it can use it. If you want I can have our Developer support team submit a Product Idea on your behalf so this may appear in a future volume release version of ours.
Regards.Plamen.
Thank you for your valuable response, Sime would like to send me an example of how you might solve the load of data from a IEnumerable <IDictionary <string,object>>