Jquery UI Tabs with a lot of data slow on change

Jquery UI Tabs with a lot of data slow on change

Hi all.

I have a page wrote in c# with seven gridviews, each one in a different tab. On page load, i bind all the gridviews with data and using paging to reduce the amount of data of the grid.

When i change from one tabs to another one, it get a lot of seconds to show the content of the other, but the page don't do a new bind. The time is waste just to jquery ui hide the old tab and unhide the selected.

Is there anything to do to reduce this time? I think there is no reason to this delay just to hide and unhide contents.

Ty,
Rafael