AI
Apolon Ivankovic
May 21, 2003 07:48 AM UTC
With some experimentation, I did find that setting the FormattedText property to an empty string in the QueryCellInfo event resulted in the functionality required. Is this a suitable solution?
AD
Administrator
Syncfusion Team
May 21, 2003 07:53 AM UTC
That should be fine. Setting Text to an empty string should also work or setting the CellValue to System.DbNull.
If you supply a empty string for Text or FormattedText what is happening is that a System.DbNull will be assigned to CellValue.
Stefan