我在 datagird 的 CellEditingTemplate 中有一个 TextBox。当我更改它的值但它没有反映到新值时。
<TextBox Text="{Binding Path=Firstname}" Grid.Column="1" Width="80" ></TextBox>
我怎样才能做到这一点?
我在 datagird 的 CellEditingTemplate 中有一个 TextBox。当我更改它的值但它没有反映到新值时。
<TextBox Text="{Binding Path=Firstname}" Grid.Column="1" Width="80" ></TextBox>
我怎样才能做到这一点?