In Dojo's DataGrid, is it possible to make all columns resizable, while having the Grid automatically to 100% width? Specifying the column widths in percentages would be perfect, but this is not supported. I can have the DataGrid extend 100% only if columns are set to "auto" but in this case they are not resizable and this is probably not going to be supported in the future, at least according to the official docs.
Do you have any suggestions?