When using xamPivotGrid with a FlatData source, is it possible to customize the aggregation function to be used?
For example we need an employee efficiency data to be shown in xamPivotGrid, with three Measures:
'Productive Hours' (int value), 'Total…
Hello Plamen,
Thanks for help. I was able to clean up deprecated events from xaml and compile all 11.2 kosher project.
Here is the link for download :
http://www.sendspace.com/file/b40zd5
Yes, original problem is gone. (Recreating a saved view as…
i am sorry Plamen, I have included worng link to updoaded solution with CollectionView as ItemSource.
Here is the ggod one :
http://www.sendspace.com/file/km4c6a
Thanks,
Alex
Hi Stefan,
I now that service release that would take care of our case is scheduled for late April. I would like to ask you nevertheless if there is any updates on progression ? I am checking My IG section everyday…
In a matter of fact I am rolling…
Thanks a lot Stefan. Much appreciated.
Hello,
I have posted same question on Silverlight forum and had no answers. Hope the reason was just wrong forum I've selected to post to...
Here is the original post :
I have a problem with xamPivotGrid exceptions occurring in the following scenario…
Hi Plamen,
I am trying to update my test solution to the latest IG version (Vol.2) . After I had installed it my existing IG.xamPivotGrid.xaml stopped compiling. Is it compiling on your side ? It is found in Stealth.Components.PivotGrid project View…
Hi Stephan,
Just checking on the status of this thread. Did you have a chance to test my updated (to RTM 11.1) test solution ?
Do you need any help? I am affraid the download link could expire . If so, pls let me know and I'll re-upload it.
Thanks…
Hi,
I am trying to achieve similar goal for my WA properties and hoped to steal your custom aggregator :-)
Not able to compile it though . Do you use some specific libs for Func and Linq ?
I am having the following comp. time errors :
Error 231 Using…
I am using xamPivotGrid to display a flat data source. I modified the FeatureBrowser source code and used the FlatData:DimensionMetaData to define the "displayName" and DisplayFormat to get the display format I want for column header text and cell…
Another question for you or for your colleagues.
I am trying now to set as ItemSource for FlatDataSource CollectionView (till now I was using Generic Observable collection).
Here is the link to same test solution with modified code
I'm using a xamPivotGrid with a FlatDataSource whose ItemsSource is an observable collection.
When an item in the observable collection changes, the pivot grid updates appropriately.
I have a problem when several items in the collection change at…
I've finally was able to spen some time on test solution. I was trying to attach zipped solution to this message but its size made it impossible.
I had to store it temporarily on one of free online file shares. Please get it from there…
Thanks a lot.
I actually have same imports. I had to modify definitions for Funcs:
private
Func<object, object> _getValue;
private Func<object, object> _getWeight;
as well as specify data type for Cast() method…
I've just downloaded and ran my solution from the sendspace link I've specified in previous post and I see same result.
There is no special steps actually to repro InvalidOperationException in FlatDataSource - You just start up application…
I am starting this new thread as my recent posts to original thread
( http://forums.infragistics.com/forums/t/64100.aspx ) are sitting unanswered for few weeks already.
I hope this new thread will draw some attention of IG support to the FlatDataSource…
Here is the link for updated solution. http://www.sendspace.com/file/mh19lm
I did not see though Specific version set to true in my solution.
Also, the problem I am trying to resolve is now a subject of open ticket
(Infragistics case CAS…
Thanks for the info. I am glad your devs are able to see the problem that prevents us from using xamPivotGrid in our app. Please, let us test even untested build as early as it is out. I think it could be beneficial for both sides.
Even thought the case was transferred to my colleague I wonder if the test buld is out ?
I am rolling off the project soon and I'd like to get some issues fixed.
Thanks a lot,
Actually I wanted to ask you about planned service release you've mentioned before - is it early or late April it's planned for ?
Thansk a lot,
I am trying to use the xamPivotGrid for the first time, with a FlatDataSource based on a DataTable as described in another post (http://blogs.infragistics.com/forums/t/65463.aspx). One thing I cannot seem to get to work is the DisplayFormat for numeric…