Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Changing Of Checkbox value does not change Binding Column

$
0
0

<CheckBox Width="18"  x:Name="TestCheckBox" IsChecked="{Binding BooleanProperty, Mode=TwoWay}" IsEnabled="True" IsHitTestVisible="True" IsTabStop="True"  />

                dc = new DataColumn("BooleanProperty");
                dc.DataType = typeof(bool);
                dc.AllowDBNull = false;
                dc.DefaultValue = false;
                


                ds.Tables[0].Columns.Add(dc);
               

when i change value checkbox its not reflected in BooleanProperty column


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>