Hello,
I've got a question concerning GridDataBoundGrid (v.4.4.0.51).
There're two ways to hide/show row and column headers in the grid: either using the Properties.RowHeaders (Properties.ColHeaders) property, or via Model.Cols.Hidden[0] (Model.Rows.Hidden[0]). However, these properties are not synchronized -- for example, after I hide row headers by setting the Properties.RowHeaders property to False, Model.Cols.Hidden[0] still returns False. Since these properties are supposed to do the same thing, why are they not synchronized?
Best regards,
Helen