Hello Vladimir,
thanks for fast reply. In the meantime I found the cause of the Problem -> IE11 -> compatibility view.
My functioning source Code (tested with EDGE, IE11 (without compatibility view)):
$("#dataTable").jqxDataTable(
{
pagerButtonsCount: 10,
pageSize: 10,
pageable: true,
source: dataAdapter,
autoRowHeight: false,
width: 1000,
height: 375,
columns: [
{ text: 'ID', dataField: 'REC_ID', hidden: true },
{ text: 'Artikelnummer', dataField: 'ARTNUM', width: 200 },
{ text: 'Barcode', dataField: 'BARCODE', width: 200 },
{ text: 'Kurzname', dataField: 'KURZNAME' },
{ text: 'VK3', dataField: 'VK3', width: 110, cellsAlign: 'right' }
]
});
Best Regards,
Daniel