Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Grid
posted

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

  • 7694
    posted

    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?