Hello,
i have an Exception passed to the dispatcher from an infragistics control (XamDataChart with scatterline series).
I guess the solution is avoid updating while it is in progressive load state.
But in order to get robust applications without reimplementing the logic again and again i'd suggest you to implement the required buffer and the state machine for delaying the final update on your side.
Kind regards,
kmb
I've implemented a solution using an attached bevhaviour. Nevertheless i'd suggest you to implement it on your side, because it's the same logic every time one uses it.
Hi Karl,
Thank you for your post. It seems that your suggestion is working on my side. Is there anything that bother you ?
Looking forward to hearing from you.
Nope. its okay ;-). Just wondering why nobody wants to implement such logic on the component side. ;-)