This is a migrated thread and some comments may be shown as answers.

Check Box in header of Grid View

1 Answer 80 Views
GridView
This is a migrated thread and some comments may be shown as answers.
hao
Top achievements
Rank 1
hao asked on 07 May 2011, 10:01 AM
Hi, i tried to follow this KB "how to add a checkbox header" to add a checkbox to the header of a checkboxcolumn of grid view
but when ever i try to scroll till the Column(which contains the Check box in its header) disappears behind the grid NullRefrenceException Happens in this method
 public override void Detach()
        {
            base.Detach();
            this.GridControl.ValueChanged -= GridControl_ValueChanged;
        }

im using the latest version

thank you

1 Answer, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 09 May 2011, 12:06 PM
Hello,

Please have a look at this forum answer which I am sure will solve your issue.
Regards,
Richard
Tags
GridView
Asked by
hao
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
Share this question
or