Hi Hristo,
jqWidgets version: v4.1.2 (2016-Apr)
i have same problem: i have a jqxtab whith two tabs, in first one i have jqxgrid and the second one is jqxeditor.
the first tab is selected by default.
when i resize window (whitout selecting second tab) first tab is resized and grid too, but when i select second tab the editor isn’t resized.
i have resize method and it’s calling on every resize and size’s are ok.
function ReSizePage(pwWidth, pwHeight) {
$(‘#jqxTab’).jqxTabs({ height: pwHeight – 155, width: pwWidth – 4 });
jqxGrid.jqxGrid({ height: pwHeight – 190, width: pwWidth – 6 });
$(‘#editorComment’).jqxEditor({ height: pwHeight – 190, width: pwWidth – 10 });
}
please take o look at this sample too : sample
Thanks a lot