We have a nested RadTileView that is showing a difference in behavior depending on whether or not we minimize a containing RadFluidContentControl (LargeContent->Content) or just switch to a different content control. When we minimize it, it hangs and takes 3 or 4 seconds to display the Content of the other 5 Fluid Content Controls, the same happens when we attempt to re-maximize it. If we instead choose to maximize a Fluid Content control that is currently displaying it's small content, the switch is almost instantaneous.
I've verified that we have no code running in the RadFluidContentControl_StateChanged event during the minimize, so there doesn't appear to be anything on our side causing it to go so slow.
We removed the animation from the containing TileView control to make sure that wasn't the source of the problem.
We have also noticed that during the minimize operation, the memory usage appears to spike significantly, but it does not happen when we maximize a small content item to exchange the current large content item.
So I guess my question is, what is different between minimizing a large to content and switching out the large by clicking on the small. is there anyway to make the minimization work similarly? Currently if the user doesn't know how to switch between large views the application is much less usable due to the wait times.
Not all of our controls have this problem, just the more complex controls. So my assumption is that something is being "cleaned up" in once case but not the other?
Thanks,
Jeff
I've verified that we have no code running in the RadFluidContentControl_StateChanged event during the minimize, so there doesn't appear to be anything on our side causing it to go so slow.
We removed the animation from the containing TileView control to make sure that wasn't the source of the problem.
We have also noticed that during the minimize operation, the memory usage appears to spike significantly, but it does not happen when we maximize a small content item to exchange the current large content item.
So I guess my question is, what is different between minimizing a large to content and switching out the large by clicking on the small. is there anyway to make the minimization work similarly? Currently if the user doesn't know how to switch between large views the application is much less usable due to the wait times.
Not all of our controls have this problem, just the more complex controls. So my assumption is that something is being "cleaned up" in once case but not the other?
Thanks,
Jeff