Hi Florian,
Thanks for using Syncfusion controls.
SfDataGrid listens and responds to the manipulation operations such as add, delete and data update (property change) at runtime. DataGrid refresh the sorting, filtering, grouping and summaries based on SfDataGrid.LiveDataUpdateMode property. Please refer the below code snippet,
|
<syncfusion:SfDataGrid x:Name="sfDataGrid"
ItemsSource="{Binding Orders}"
AllowEditing="True"
LiveDataUpdateMode="AllowDataShaping"/> |
Regards,
Vijayarasan S