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
565
GetAllNonGroupByRows trigger BeforeRowDeactivate event in WinGrid
posted

Hi, 

I used Infragistics version 11.2.20112.2112.  When I tried to get all no grouped rows in this statement:   List<UltraGridRow> rowCollection = this.uxUltraGrid1.Rows.GetAllNonGroupByRows().ToList<UltraGridRow>();  it triggered BeforeRowDeactivate event.  

Is this a bug or as design?  How can I prevent it trigger BeforeRowDeactivate when I just need list of rows?

Thanks 

Parents Reply Children
No Data