Hello @maksim i have same issue. here is my data table code;
var gridVehicle = {
view: “datatable”,
id: “gridVehicle”,
css: “subgrid”,
select: “row”,
editable: false,
resizeColumn: true,
resizeRow: false,
columns: [
//{ id: “id”, width: 60, css: { ‘text-align’: ‘right’ }, header: { text: “#”, css: { ‘text-align’: ‘center’ } } },
{ id: “label”, width: 120, header: “label” },
{ id: “plate”, width: 150, header: “plate” },
{ id: “loctime”, width: 200, header: “lokasyon” },
{ id: “location”, width: 140, header: “lokasyon zamanı” },
{ id: “company”, width: 140, header: “firma” },
{ id: “gsmNumber”, width: 140, header: “gsm no” },
{ id: “gsmNumber”, width: 140, header: “gsm no” },
{ id: “messagingValid”, width: 140, header: “Mesaj Aktif” },
{ id: “terminalType”, width: 140, header: “Terminal Tipi” },
{ id: “activationDate”, width: 140, header: “Aktivasyon tarihi” },
{ id: “invalidDate”, width: 140, header: “Kullanım Dışı Tarihi” },
{ width: 10, header: "", fillspace: true }
],
url: "../../../services/Vehicles.asmx/GetAllVehicles",
headerRowHeight: 30,
rowHeight: 40,
navigation:true,
pager: "pagerA"
}
y scroll is ok but x scroll doesnt work i could sure use some help here thanks in advance.