Hi,
I want to display some data from an UltraDataSource in an UltraGrid. At the same time I want an UltraChart beeing bound to that data, too. Is it possible to reflect UltraGrid filtering of grid rows in the UltraChart with no efford? And if so, could you provide me with a small example?
Regards,
Michael
Hello Michael,
I made small sample for you. Could you please take a look at the attachement and let me know if you have any questions.
Regards
Georgi thank you for the example!
Your solution is good, but not exactly what I wanted. Changes in the Grid's values are reflected in the chart. That's fine. But what I want is some data over time (day/value pairs) and the days can be filtered by the grid and the chart will not show those days filtered out.