HI
I am trying to use Pivot with tab example on modal, but it is not activate with pivot table initially.
It is okay if activated with data tab initially but no luck for pivot table.
I use the below code and it works well with data tab but no luck for pivot table tab.
$("#modal_lg").on("shown.bs.modal", function () {
pq.Grid.refresh();
});
(I use examtly same code on the example code (Pivot with tabs))
Thanks,