display:none in accordion content causing sizing issues
I've got an accordion that I am filling while the content panels are hidden...specifically I'm filling some jqGrids via some ajax calls when the page loads. The display:none on the hidden content panels is causing the width of the grids to be incorrect while they are rendered while closed. This seems to be an inherent problem with having the display:none property used to hide content panels. Anyone know of a workaround?
Regards,
Bob