I have an SfDataGrid whose columns are dynamically added. When there is an auto-suggest control in the cell I would like it to remain as wide as the text in the dropdown box (so the dropdown text is readable). See attached screenshot. They seem to always size into equal sections regardless of the ColumnSizer setting.
Also, other columns are numeric, but have multi-word names. I'd like the header text to wrap the individual words so the column size can be decreased to fit the number.
I have tried setting ColumnSizer on the datagrid declaration, but the columns seem to remain equally sized across the grid. Another idea, I could use the * and 2* to specify the width, but I can't figure out how to set the star-widths on the GridTextColumns (width only allows numerics).
Any advice would be appreciated!
Attachment:
uglygrid_6c8f81e8.zip