Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi all,
I'm working with the SfDataGrid, migrating from a standard WPF one. The way that the columns are bound to values is bizarre. Instead of simply setting the columns value with something like:
<DataGridTextColumn Binding="{Binding PropertyName}"/>
<GridTextColumn MappingName="PropertyName"/>
Except the issue with that is the fact that Intellisense doesn't recognise it so it's wildly prone to error, and it doesn't fit the usual WPF standard (which other Syncfusion controls do!) of simply using the {Binding} notation.