Static CellType in hierarchical grid

When you set a column's CellType to "Static" in a hierarchical grid, the contents of the cell are not drawn when the cell is active. Is this a bug, or am I doing it wrong? Using the ExpandGrid sample, add the following lines to the Form1_Load method: GridStyleInfo prodNameStyle = hlCategory_Products.InternalColumns["ProductName"].StyleInfo; prodNameStyle.CellType = "Static"; When the ProductName column is selected, no value is rendered.

1 Reply

AD Administrator Syncfusion Team February 3, 2003 11:04 PM UTC

> When you set a column's CellType to "Static" in a hierarchical grid, the contents of the cell are not drawn when the cell is active. Is this a bug, or am I doing it wrong? > > Using the ExpandGrid sample, add the following lines to the Form1_Load method: > > GridStyleInfo prodNameStyle = hlCategory_Products.InternalColumns["ProductName"].StyleInfo; > prodNameStyle.CellType = "Static"; > > When the ProductName column is selected, no value is rendered. This is a bug. We'll get that fixed for the next patch. Stefan

Loader.
Up arrow icon