Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
20811 | Oct 26,2004 11:08 AM UTC | Oct 27,2004 06:34 AM UTC | WinForms | 2 |
![]() |
Tags: Grouping |
//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. This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.