I can't get the animation to play when the ActivityIndicator is added as a RenderingControl on a Grid's column. Only when hovering over a row the animation updates and stops. Any ideas which property of the Activity control could I use to set as the controlContainer.RenderingControlPropertyName so it would play the animation all the time it's enabled??
Thanks!
Hi,
One possible solution is to use a "Timer" to refresh the grid. By this way it is not necessary to hovering over the row to update the animation. I attached small example. If you have any questions do not hesitate to ask me.
Regards
Georgi
Hi Georgi,I have the same problem.I add the UltraControlContainer and the ActivityIndicator to a grid cell at runtime.This is done by a multithreadded process and is added to various rows as well as is removed from those rows afterwards in parallel.
I checked your sample and understand what you are doing there.Honestly, I have a bad feeling having a timer refresh the complete grid every x ms.Is there a problem with this approach or is this the common way to deal with this situation?
I noticed that the window is flickering when beeing dragged around (my app is not blocking the UI so this is not really great).
any help is kindly appreciated,best regardsAndy