2020年12月23日星期三

How to execute command on DataGridTextColumn's Text click

I have a DataGrid with multiple columns. One column uses as a reference, but it is only dummy text now. How to execute some commands by clicking on this text using the MVVM pattern (without events)?

<DataGridTextColumn      Binding="{Binding RecipeName}"      Header="Recipe"      Width="1.5*"/>  

Make A-0603 clickable

https://stackoverflow.com/questions/65432797/how-to-execute-command-on-datagridtextcolumns-text-click December 24, 2020 at 09:08AM

没有评论:

发表评论