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
590
AfterHeaderCheckStateChanged
posted

The new feature for putting check boxes in the header of a column would be great, but I cannot get it to work.  I am handling the AfterHeaderCheckStateChanged event and I find that the Rows collection is always null.  I also find that the cell values have not yet been updated by the time I get the event, making it difficult to figure out what state things are in.  Am I doing something wrong, or is this just broken?  The grid is bound to an ultra data source. Also, I do not get before cell update or after cell update events when I check the header checkbox.

Parents
No Data
Reply
  • 6158
    Offline posted

    I'd like to provide one more piece of information regarding this. The Rows property on the event args will be null if the HeaderCheckBoxSynchronization is set to Band. If you want to retrieve the rows for the band, you can use the GetRowEnumerator() method off of the band.

    If you are using a HeaderCheckBoxSynchronization other than Band and the Rows property is still empty, we're going to have to get a little more information about your setup to reproduce the issue, as this would be a bug.

    Thanks,

    Chris

Children