I am grabbing data via an .ashx file to populate my grid. No problem here. My grid’s “mygrid.enableAutoWidth(true);” is set to “true” and I am not assigning column widths to the columns on the grid. The div containing the grid has a percentage width to accommodate the responsive (CSS) design of the page. When I grab a column header border and drag is back and forth as if I’m resizing the column, the grid’s height continually shrinks until it disappears from view. I found one other post regarding this issue, but did not see that it was resolved. Has anyone else experienced this behavior? If so, have you found a correction? Thanks!
Seems I didn’t explore all possible solutions,… sorry! Setting a min-height in the CSS for the div containing the grid solved the problem.