Hi,
My requirement is to dynamically add a jqxGrid in a new and closeable tab.
Since upon using ‘showAllCloseButtons’ and ‘showCloseButtonAt’ functions, the respective tab’s div element gets removed from the tree and is not available further until page refresh. Also, all the new tab addition functions like ‘addLast’ etc, accept only HTML as its content.
e.g.
$(‘#jqxTabs’).jqxTabs(‘addLast’, ‘TabName’, $(‘#jqxGrid’).html());
this gives me the a part of the grid content fine, but it does not give me grid properties like filtering etc. and other basic features like scrolling.
Is there a way around this?