DataGrid Column Width not set correctly

The Column Width is set to Auto (default) on the DataGrid.
But there is a lot of white space coming up because of which text in other columns are getting truncated.

I had to hardcode the width for the first 2 columns because I exactly know the width.

Is there any way to get the column to fit just the contents ?

Please help

Hi @BlazorGeek,

table-layout: auto is not supported - only fixed column width.

Hi Vlad,

On cells where the text is truncated can we get a tooltip of the full text?

Thanks,

Ian

1 Like

Did you get any solution