hi
I use an grid and Style of Column that name is"InsertState" is CheckBox :
this.formList.Grid.DisplayLayout.Bands[0].Columns["InsertState"].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.CheckBox;
and AllowUpdate for this grid is true :
this.formList.Grid.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.True;
but I do not change the CheckBox in this Column
Hello,
I am using NetAdvantege 8.3 and VS 2008 and it works properly. Please take code below:<Bands> <igtbl:UltraGridBand> <Columns> <igtbl:UltraGridColumn Type=CheckBox...<DisplayLayout AllowUpdateDefault="Yes"
What am I missing?