4
« on: January 24, 2023, 02:24:20 am »
I have the latest 8.6.0 grid files but for some reason I cannot get the columns to resize when manually.
I can reorder but resizing does nothing.
var obj = {
width: gridWidth,
height: "700",
editable: false,
fillHandle: '',
resizable: true,
hoverMode: 'row',
selectionModel: { type: 'row', column: false },
sortModel: {
sorter: thisSort,
space: true,
multiKey: null
},
scrollModel: { autoFit: true },
pageModel: {
type: "local", rPP: 100, strRpp: "{0}", rPPOptions: [50, 100, 500, 1000],
strDisplay: "Displaying {0} to {1} of {2} Records", strPage: "{0} / {1}",
layout: ["first", "prev", "|", "strPage", "|", "next", "last", "|", "strRpp", "|", "refresh", "|", "strDisplay"]
},
filterModel: { on: true, mode: "AND", header: true, type: "local" },