Hi,
I just set an attribute “columnsresize: true” in your codes of nested grid demo and it was like this:
if (grid != null) {
grid.jqxGrid({ source: orderssource, theme: theme, width: 600, height: 200,
columnsresize: true,
columns: [
{ text: 'Ship Name', datafield: 'ShipName', width: 200 },
{ text: 'Ship Address', datafield: 'ShipAddress', width: 200 },
{ text: 'Ship City', datafield: 'ShipCity', width: 150 },
{ text: 'Ship Country', datafield: 'ShipCountry', width: 150 },
{ text: 'Shipped Date', datafield: 'ShippedDate', width: 200 }
]
});
}
I also imported the jqxgrid.columnsresize.js in the file header.
But I found the columns of nested grid still can not be resized in PC’s browsers. However, they can be resized on iPad.
Can you help me with above problem?
Many thanks,
midi