Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Sample /tests/datagrid/columns Fails with error DataGridDateColumn does not have a property matching the name 'DateDisplayFormat'. #5856

Closed
brauerj-gc opened this issue Nov 18, 2024 · 1 comment
Labels
Type: Bug 🐞 Something isn't working

Comments

@brauerj-gc
Copy link
Contributor

Blazorise Version

1.7

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

Run Sample /tests/datagrid/columns

Steps to reproduce & bug description

Run Sample /tests/datagrid/columns

What is expected?

see some page with a datagrid

What is actually happening?

Error
System.InvalidOperationException: Object of type 'Blazorise.DataGrid.DataGridDateColumn1[[Blazorise.Shared.Models.Employee, Blazorise.Shared, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]' does not have a property matching the name 'DateDisplayFormat'. at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.ThrowForUnknownIncomingParameterName(Type targetType, String parameterName) at Microsoft.AspNetCore.Components.Reflection.ComponentProperties.SetProperties(ParameterView& parameters, Object target) at Microsoft.AspNetCore.Components.ComponentBase.SetParametersAsync(ParameterView parameters) at Blazorise.DataGrid.DataGridColumn1.<>n__0(ParameterView parameters)
at Blazorise.DataGrid.DataGridColumn`1.SetParametersAsync(ParameterView parameters) in C:\Users\brauerj\Source\repos\Blazorise\Source\Extensions\Blazorise.DataGrid\DataGridColumn.cs:line 144
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost: Error: Unhandled exception in circuit 'm0pDGflI_mzguB_ssjvhU0Pc5UvMuUmtNCn3TN4Ft0c'.

What browsers do you see the problem on?

Microsoft Edge

Any additional comments?

No response

@brauerj-gc brauerj-gc added the Type: Bug 🐞 Something isn't working label Nov 18, 2024
@stsrki
Copy link
Collaborator

stsrki commented Nov 19, 2024

It is fixed now. Thanks for letting us know.

@stsrki stsrki closed this as completed Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants