Tab1 table populates fine and has correct height.
Tab2 which is not visible by default , its table is populated , height is 500 , but still the rows in table do not show. instead I see dark line and just headers and footer. When I resize the grid , I see the rows in table 2 on tab2
I tried setting height dynamically but not working. Any idea how I can get table2 to show properly?
$("div#grid_offcar").pqGrid("option", "height", 500 );
$("div#grid_offcar").pqGrid("refreshView");