Open charlesmz opened 2 weeks ago
The <DataGridTemplateColumn>
is normally used for things like buttons, for your example above the <DataGridTextColumn>
is the preferred option.
This question is not related to MaterialDesignInXAML but is a WPF question and should therefore be asked on somewhere like Stack Overflow
By default, the DataGridTextColumn is only a double click to enter the edit state, I used MaterialDesignInXAML and it can click to enter the edit state, but the DataGridTemplateColumn does not. How can I implement functionality like DataGridTextColumn
Bug explanation
I have used DataGridTemplateColumn, but it doesn't enter edit mode with a single click like DataGridTextColumn does. How can I implement this feature?
Thanks
Version
4.5.0