DataGridTextColumn.IsReadOnly seems to be faulty

前端 未结 6 2042
遥遥无期
遥遥无期 2020-12-01 14:03

If I create a binding to the IsReadOnly property of the DataGridTextColumn, it does not actualize. If I set it through markup, it works.



        
6条回答
  •  [愿得一人]
    2020-12-01 14:30

    I've found a nice solution to use DataGridColumns with binding by using a MarkupExtension. This way Bindings with converters could be used: https://stackoverflow.com/a/27465022/9758687

提交回复
热议问题