WPF OLAP: populate panel and grid with MVVM approach

Posted by: abellisomi on 18 August 2020, 9:48 pm EST

    • Post Options:
    • Link

    Posted 18 August 2020, 9:48 pm EST

    Hello, I am trying to get an OLAP Panel and a OLAP Grid populated with the MVVM approach.

    So far I did this:

    
    <c1:C1OlapPanel x:Name="Panel" DataSource="{Binding Model.Data}"  />
    <c1:C1OlapGrid x:Name="Grid" DataSource="{Binding ElementName=Panel}" />
    
    

    Model.Data is filled, however nothing shoes in the Panel nor in the Grid.

    What am I doing wrong?

    Thank you

  • Posted 19 August 2020, 2:25 am EST

    I found the issue. I was not implementing the

    INotifyPropertyChanged
    correctly :slight_smile:

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels