When defining initial column widths via setInitWidths (and if enableAutoWidth is false), allow one column width value to be indeterminate – such as mygrid.setInitWidths(“190,40,*”) – so as to have grid fully occupy the horizontal run of the appropriate DIV container.
Maybe I’m missing something, but actually grid already supports such feature, if width was specified as “*” column will take all free space.
I’m very glad to hear this!
But perhaps I’m missing something… or something is missing.
I don’t see this information here http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:configuration_from_xml
… or here http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_setcolwidth
… or here http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:api_constructor_object#columns_configuration
Nevertheless, thanks for the information!
Sorry for inconvenience, related documentation will be updated in nearest time.
what I would like to have is sizing columns in grid not via exact pixel count, but via percent value.