Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Is it possible to have an UltraChart ignore hidden column from an UltraGrid?
posted

I have an UltraChart databound to an UltraGrid.  For display purposes, rows are hidden in the UltraGrid under certain circumstances.  These rows still affect the chart layout and they should not.  Is it possible to get the UltraChart to ignore hidden rows in the UltraGrid?

The chart is updated successfully if I delete the rows instead of hiding them, however, this isn't useful for my purposes.

  • 6120
    Offline posted

    Hello David,

    Are you filtering the DataSource instead of the UltraGrid? Is there a specific reason why you are doing this? Filtering the Grid will not affect the underlying DataSource and thus will not affect the Chart layout.

    However, if you want to filter DataSource I recommend binding the Grid and Chart to different instances of it to resolve this issue.

    Please let me know if you have any questions.

    Sincerely,
    Sahaja Kokkalagadda
    Associate Software Developer