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

DataGridColumn should inherit object type from it's parent DataGrid #1267

Closed
Luk164 opened this issue Aug 19, 2020 · 4 comments
Closed

DataGridColumn should inherit object type from it's parent DataGrid #1267

Luk164 opened this issue Aug 19, 2020 · 4 comments

Comments

@Luk164
Copy link
Contributor

Luk164 commented Aug 19, 2020

Is your feature request related to a problem? Please describe.
Having to explicitly state type for each column is bothersome, especially since it is always equal to it's parent datagrid.

Describe the solution you'd like
Instead of explicitly stating object type for each column, could we inherit it from the parent DataGrid?

@stsrki
Copy link
Collaborator

stsrki commented Aug 19, 2020

Not possible at the moment. There is still an open issue on .NetCore repo for this dotnet/aspnetcore#7268

Since this a Blazor issue I will close this ticket. Thanks!

@stsrki stsrki closed this as completed Aug 19, 2020
@Luk164
Copy link
Contributor Author

Luk164 commented Aug 10, 2021

@stsrki I would like to reopen this issue because of dotnet/aspnetcore#29349. It should finally be possible.

@stsrki
Copy link
Collaborator

stsrki commented Aug 10, 2021

It is for .Net 6 only. And as long we support .Net 5 we will not be able to implement it. The plan is to support .Net 5 until the third quarter of 2022.

@Luk164
Copy link
Contributor Author

Luk164 commented Aug 10, 2021

@stsrki Noted, I will bring it up again then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants