Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
875
Turning off header border highlighting during mouseover
posted

Does anyone know is there is a way to keep the header cells in the UltraWinGrid from showing a highlighted border when the mouse hovers over them?  I have made the grid in my application not sortable, however, when the mouse hovers over a column header, the header cell has a highlighed border.  This is confusing to some users because it looks like you should be able to click on the header and do something.

 Thanks.

  • 5
    posted

    Hey All,

    I am having a problem in UltraWinGrid Column Header border Highlighting.

    Issue : On mouse hover of header cells, grid is not showing highlighted border. But on clicking border comes and it continue to show highlighted border even on clicking anywhere on screen

    What I am doing : At designer .cs I have specified the following property 

     

    this.grdOrderableList.DisplayLayout.Override.HeaderStyle = Infragistics.Win.HeaderStyle.WindowsXPCommand;

    Desired Functionality: Highlighted border to be displayed on mouse hover of header cells on  grid.

    It should remove highligted border when mouse leaves the header cells.

     

     

  • 37774
    Verified Answer
    posted

     This is caused by having a HeaderStyle of XPThemed (i.e. grid.DisplayLayout.Override.HeaderStyle).  You could try using a different HeaderStyle if you don't like the hot-tracking; I'm not sure if it can be disabled while maintaining the XPThemed style.

    -Matt