Browse By Tags

  • Custom aggregation with FlatData

    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…

  • Re: Exception on DataSource refresh

    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…

  • Re: Exception on DataSource refresh

    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

  • Re: Exception on DataSource refresh

    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…

  • Re: Exception on DataSource refresh

    Thanks a lot Stefan. Much appreciated.

    Alex

  • Exception on DataSource refresh

    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…

  • Re: Exception on DataSource refresh

    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…

  • Re: Exception on DataSource refresh

    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…

  • Re: Calculated/Custom Measures for FlatDataSource in XamPivotGrid

    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…

  • FlataData:DimensionMetaData DispalyName and DisplayFormat not working except inside xamFeatureBrowser?

    Hi,

    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…

  • Re: Exception on DataSource refresh

    Hi Plamen,

    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

  • xamPivotGrid bound to ObservableCollection<T> - exception if >1 item changes simultaneously

    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…

  • Re: Exception on DataSource refresh

    Hi Plamen,

    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

  • Re: Exception on DataSource refresh

    Hi Stephan,

    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…

  • Re: Calculated/Custom Measures for FlatDataSource in XamPivotGrid

    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…

  • Re: Exception on DataSource refresh

    Hi Stephan,

    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…

  • FlatDataSource exception/bug?

    Hello,

    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…

  • Re: Exception on DataSource refresh

    Hi Stefan,

    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…

  • Re: Exception on DataSource refresh

    Hi Stefan,

    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.

    Thanks…

  • Re: Exception on DataSource refresh

    Hi Stefan,

    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,

    Alex

  • Re: Exception on DataSource refresh

    Hi Stefan,

    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,

    Alex

  • xamPivotGrid DataFormat

    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…