GridTemplateColumns doesn't work with FluentDataGrid on release v4.7.0 #1943
michaelc06
started this conversation in
General
Replies: 1 comment 1 reply
-
This is why we released v4.7.1 hours later and unlisted 4.7.0 on NuGet. So, please update. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The new release v4.7.0 appears to be causing
GridTemplateColumns
not to work withFluentDataGrid
and setting all column width to1fr
. Could be caused by changes in [DataGrid] Add column Width parameter (#1902)v4.7.0:

v4.6.1:

Tested with:
<FluentDataGrid Id="weathergrid" Items=@forecasts GridTemplateColumns="1fr 1fr 1fr 2fr" TGridItem=WeatherForecast>
Beta Was this translation helpful? Give feedback.
All reactions