Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
13335 | Apr 27,2004 01:00 AM UTC | May 3,2004 07:10 AM UTC | WinForms | 4 |
![]() |
Tags: GridControl |
private void gridGroupingControl1_QueryCellStyleInfo(object sender, GridTableCellStyleInfoEventArgs e) { if((e.TableCellIdentity.TableCellType == GridTableCellType.RecordFieldCell || e.TableCellIdentity.TableCellType == GridTableCellType.AlternateRecordFieldCell) && e.Style.CellValue == DBNull.Value) { e.Style.Text = "(null)"; } }
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.