Hi,
I recently followed your example for implementing the cardview and then toggling from Grid view to Card view. Works well.
I notice when I have a lot of rows (e.g. 1000) it takes some time to re-render the view – at least a few seconds. Whether it’s from grid-to-card or vice-versa. I looked at your demo and appears very fast but I think it has more to do with the various cell rendering that slows mine down.
So my question is, I’d like to know if there is an event I can trap when the new view starts and ends so I can put up a progress dialog.
bindingcomplete only fires when the view is initially loaded and not when I change the view. So, is there such an event I can trap?
Thank you!
Rob