Select in a DataGrid #2138
Answered
by
vnbaaij
RamadaniLeotrim
asked this question in
Q&A
Select in a DataGrid
#2138
-
I wanted to put a Select inside a TemplateColumn of a Data Grid, but the menu is not visible when clicked on the Select. |
Beta Was this translation helpful? Give feedback.
Answered by
vnbaaij
Jun 3, 2024
Replies: 1 comment 2 replies
-
See #217 for origin of the issue and possible workarounds. I'll share the same advice as I did there and elsewhere...do not use the grid as a big data editing tool. It is meant to display data efficiently. If you want edit capabilities, add a button and use that to pull up a panel or dialog or form or whatever to edit the data for a specific row. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
RamadaniLeotrim
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #217 for origin of the issue and possible workarounds.
I'll share the same advice as I did there and elsewhere...do not use the grid as a big data editing tool. It is meant to display data efficiently. If you want edit capabilities, add a button and use that to pull up a panel or dialog or form or whatever to edit the data for a specific row.