Datagrid. I Can't refresh field
问题 I can't refresh a field in my datagrid. This is my datagrid <DataGrid ItemsSource="{Binding Dati_Viaggio}" SelectedItem="{Binding SelectDati_Viaggio}" Style="{DynamicResource ST_DataGrid}" CellStyle="{DynamicResource St_DataGridCellStyle}" SelectionMode="Single" Name="Dg_Dati" IsReadOnly="True" RowDetailsVisibilityMode="VisibleWhenSelected" > this is the filed in datagrid that I want to refresh <DataGridTextColumn x:Name="col_NumOrd" Binding="{Binding Path=NumOrd}" Header="Num. Ord." Width=