FluentDataGrid unable to show complete menu for FluentSelect #936
geowong2022
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @dvoituron and all,
I found one bug (well, not sure if it is really a bug or not), that if we have a FluentSelect inside a FluentDataGrid, the drop down menu won't be able to show up completely.
This is the screenshot:

I clone the GIT repo, and made changes to the branch "archives/v3". v3.2.2.
Code changes in "DataGridTypical.razor":

<TemplateColumn Title="Score"> <FluentSelect TOption="string"> <FluentOption>Option One</FluentOption> <FluentOption>Option Two</FluentOption> <FluentOption>Option Three</FluentOption> <FluentOption>Option Four</FluentOption> <FluentOption>Option Five</FluentOption> </FluentSelect> </TemplateColumn>
Am I missing anything here?
Beta Was this translation helpful? Give feedback.
All reactions