You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: