Grid column resizing is not working after setting grid.setInitWidths(",,*");
grid.enableResizing(“true,true,true”) has no effect either.
The feature works as designed.
“" means that the column will take all available space.
",,” means that three columns will have the equal width and will take all available space.