New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.//blanks out the summary column if ((e.TableCellIdentity.TableCellType == GridTableCellType.RecordFieldCell || e.TableCellIdentity.TableCellType == GridTableCellType.AlternateRecordFieldCell) && this.colsInSummary.IndexOf(e.TableCellIdentity.SummaryColumn.Column.Name) > -1) { e.Style.CellValue = ""; }
if ((e.TableCellIdentity.TableCellType == GridTableCellType.GroupCaptionSummaryCell && e.TableCellIdentity.SummaryColumn != null)
since e.TableCellIdentity.SummaryColumn should be set for these cell types.