Replies: 2 comments 9 replies
-
Moving this to the Discussion area so we can see if there is more interest in this |
Beta Was this translation helpful? Give feedback.
8 replies
-
I'm currently developing with OData and Kiota, and I'm writing 25 lines of code just to fetch a single record with two parameters. This is not sustainable. I'm questioning what battle I'm fighting. |
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
-
🙋 Feature Request
I noticed the
Microsoft.FluentUI.AspNetCore.Components.DataGrid.EntityFrameworkAdapter
package provides great support for EntityFramework. It would be highly beneficial for the community if OData support could also be integrated directly into the FluentUI Blazor DataGrid component. This enhancement would facilitate more efficient handling of complex data operations for those of us using OData in our projects.Thank you for considering this addition.
💁 Possible Solution
A new library named
Microsoft.FluentUI.AspNetCore.Components.DataGrid.ODataAdapter
. This library would provide first-class support for OData, enabling efficient data operations and integration directly within FluentUI Blazor DataGrid component.Beta Was this translation helpful? Give feedback.
All reactions