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
85
Error in Infragistics WebGrid and Outlook Group By
posted

  Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin:0in; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}

Hello,

 

We are implementing an OutlookGroupBy Functionality using the Infragistics Web Grid wherein we are trying to provide a default GroupBy Column on our grid given the following code placed in the Page_Load:

 

uwgPickList.Columns[5].SortIndicator = SortIndicator.Ascending;

uwgPickList.Columns[5].IsGroupByColumn = true;

 

The default group columns in the grid works fine. However when clicking a button or any functionality that performs an automatic postback in the page, the error “System.IndexOutOfRangeException: Cannot find column ." occurs. See attached image for additional information.

 

Thanks again.

 

Michael