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.
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 KokkalagaddaAssociate Software Developer