| | | | Browse by category |
Article ID: 369
Last updated: 27 Apr, 2018
Problem
When the user clicks on a row or column header in order to select the row or column, the header is not drawn inverted. Why does this happen and how can I disable this behavior?
Cause
Action
The reason for this behavior is that the current cell is moved onto the header. (As you sure know, in Objective Grid, a header can be any control type and therefore can also become the current cell). As the current cell is not drawn inverted, the header will then also not be drawn inverted.
To disable this behavior, you should call
ChangeColHeaderStyle(CGXStyle().SetEnabled(FALSE)); ChangeRowHeaderStyle(CGXStyle().SetEnabled(FALSE)); |
This article was:
Helpful |
Not helpful
Report an issue
Article ID: 369
Last updated: 27 Apr, 2018
Revision: 3
Views: 1919
Posted: 11 Jan, 2001 by
Meltreger B.
Updated: 27 Apr, 2018 by
Meltreger B.
Others in this category
Powered by KBPublisher (Knowledge base software)