Second Tab in Jquery Tabs keeps on loading and does not finish

Second Tab in Jquery Tabs keeps on loading and does not finish

Hello,
I am using Jquery Tab control and on each tab I have a JqGrid.
I have the same data on both the tabs. The first tab comes fine but when I click on the second tab it keeps on showing the loading icon even though all the data is there.

This is how I have my control with the Jqgrid inside. Also Do I need this jQuery(document).ready(function() { on both of my Tab pages?

jQuery(document).ready(function() {

        jQuery("#TitleApplicationList").jqGrid({
            url: '/PGR/UserApplication/TitleApplicationsForCurrentUserListData',
            datatype: 'json',