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

DataGrid: Dynamic data support through ExpandoObject #5155

Closed
David-Moreira opened this issue Nov 21, 2023 · 2 comments · Fixed by #5507
Closed

DataGrid: Dynamic data support through ExpandoObject #5155

David-Moreira opened this issue Nov 21, 2023 · 2 comments · Fixed by #5507
Assignees
Labels
Area: DataGrid Type: Feature Request ⛱ New feature or request Type: Feature ⚙ Request or idea for a new feature.
Projects
Milestone

Comments

@David-Moreira
Copy link
Contributor

Thanks that works, however since the data is not handled by the DataGrid internally it can't sort or filter. That makes it not very usefull in my case. Perhaps you could add this as a feature for future versions.

Originally posted by @blenke in #5154 (comment)

@David-Moreira David-Moreira added this to the Future milestone Nov 21, 2023
@stsrki
Copy link
Collaborator

stsrki commented Mar 19, 2024

Do we still want this?

@David-Moreira
Copy link
Contributor Author

I guess it's a bit similar to #5232 but the point would be that for a set of data you could have a different set of columns. So in a sense, the AutoGenerateColumns complements this feature.

Query 1 returns
Name, Description, Answer1, Answer3, Answer 5

Query 2 returns
Name, Description, Asnwer1, Answer2, Answer3, Answer 6

And the DataGrid would handle it according to the provided set of columns. Supporting somethign like ExpandoObject is a nice feature to have and allows our users to handle more complex use cases in the Grid I would say.

@stsrki stsrki added this to 🔙 Triage in Development via automation Apr 10, 2024
@stsrki stsrki modified the milestones: Future, 1.6 Apr 10, 2024
@David-Moreira David-Moreira moved this from 🔙 Triage to 💪 In progress in Development May 12, 2024
@David-Moreira David-Moreira linked a pull request May 12, 2024 that will close this issue
@stsrki stsrki changed the title DataGrid : Dynamic Data Support DataGrid: Dynamic data support through ExpandoObject Jun 12, 2024
@stsrki stsrki mentioned this issue Jun 12, 2024
Development automation moved this from 💪 In progress to ✔ Done Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: DataGrid Type: Feature Request ⛱ New feature or request Type: Feature ⚙ Request or idea for a new feature.
Projects
Development
  
✔ Done
Development

Successfully merging a pull request may close this issue.

2 participants