Browse by Tags
All Tags » DataGridCollect... » DataGridControl (RSS)
-
When I edit in the Datagrid a value, the value in the Textbox should also immediately change and not when I leave the row.
Here the code:
<Window x:Class=''WpfApplication_Xceed.Window1''
xmlns=''http://schemas.microsoft.com/winfx/2006/xaml/presentation''
xmlns:x=''http://schemas.microsoft.com/winfx/2006/xaml''
Title=''Window1'' ...
-
I have an ObservableCollection one of whose member properties is an ObservableCollection. I can get the first level to display correctly, but haven't much idea on how to get the nested collection working.
I have tried setting up the DataRelationDetailDescription and DetailConfiguration tags but I don't see where the binding to the nested ...
|
|
|
|