Empty Child Tables GGC

Hi, Is there a way to hide empty netsted tables in GGC, in case the DataSource is set to a dataset with relations? Thank you

3 Replies

AD Administrator Syncfusion Team November 23, 2005 03:34 PM UTC

Check this forum thread to see if the code suggested there does what you need. http://www.syncfusion.com/Support/forums/message.aspx?MessageID=25539


AD Administrator Syncfusion Team November 23, 2005 04:07 PM UTC

Thank you for the fast response! The example in http://www.syncfusion.com/Support/forums/message.aspx?MessageID=25539 works, but it also "makes" static row headers. Is there a way to avoid it? Thank you


AD Administrator Syncfusion Team November 23, 2005 04:26 PM UTC

Try adding this additional check in the if-condition used to determine if the Static celltype needs to be set. e.TableCellIdentity.TableCellType != GridTableCellType.RowHeaderCell

Loader.
Up arrow icon