Hi Theofilos,
Greetings from Syncfusion Support.
We have validated your reported scenario
“Problem with toolbar grid in Tabs on Mobile” at our side and we could replicate the toolbar misalignment problem in the shared sample. And we suggest you to use the below code snippet in the
selected event of the tab to overcome the toolbar misalignment problem.
function tabSelected(args) {
if (args.selectedIndex === 0) {
var gridObj = document.getElementById('DataGrid').ej2_instances[0];
gridObj.refresh();
}
} |
Kindly try the above solution and let us know if this is helpful.
Regards,
Balasubramanian S