Hi, I am researching on DevExpress.
I've created a GridControl, which I meant to take the place of DataGrid.It looks amazing and works well with only one problem:When the mouse is over the table header, the filter icon appears, and the header becomes higher, when mouse out, it restores.I don't want this. The example doesn't behave like this, I copied the same code, but it behaves differently.Anybody encountered this problem?Thank you in advance.

解决方案 »

  1.   

    看例子,这个可以设置的,属性较多而我手头又没有DEV的控件,没法准确给你
      

  2.   

    Thank you. But I swear my code is exactly the same as the example.
    OK. Let me give you some code structure to remind you.<dxg:GridControl x:Name="grid" ItemsSource="{Binding APList}">
        <dxg:GridControl.Columns>
            <dxg:GridColumn .../>
            <dxg:GridColumn .../>
        </dxg:GridControl.Columns>
        <dxg:GridControl.View>
            <dxg:TableView .../>
        </dxg:GridControl.View>
    </dxg:GridControl>Would you mind telling me which element the attribute you mentioned is on?
    The GridControl? TableView? or even GridColumn?Thank you again.
      

  3.   

    Hasn't been settled yet. Anybody helps?