Have two different DataSource for DatagridSelectColumn filtering and editing #5088
Closed
michele-bettin
started this conversation in
Ideas
Replies: 2 comments
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
-
@David-Moreira Thanks! It worked! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, I have seen in the documentation on that link https://blazorise.com/docs/extensions/datagrid/features/filtering that is possible to customize the filter dropdown of a DatagridSelectColumn to show a blank option to view all the genders in the datagrid.
Here is the code:
Now if I add a "All Genders" option to view all the users regardless of their genders when I want to edit a row, in the edit form, I can also choose the"All Genders" for the gender, which is an error (since"All Genders" is not a gender).
So wouldn't be amazing if these two concepts will be separated and be able to exclude the"All Genders"from the editing...
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions