I am using grid 3.4 version.
I am setting width of columns to be 100 by default. There are 84 columns in grid. By default I am displaying 14.
If user selects all columns from column selector, then width of columns get set to 50. Column resizing is also not working then.
I am not sure why that is happening.
When I look at column in console I see for the column min width and maxwidth are getting set, but I am not setting them . I am thinking this is getting set because of some other property ?
width : 233
_maxWidth : 1403
_minWidth : 50
_width: 233
var obj = {
height: table_height,
width: '100%',
virtualX: true,
virtualY: true,
showTitle: true,
resizable: true,
showHeader: true,
stripeRows: true,
on: true,
wrap: false,
collapsible: false,
freezeRows: 0,
numberCell: { show: true },
track: true, //to turn on the track changes.
toolbar: {