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
70
Filter for Nullable<bool>
posted

I've got a column bound to Nullable<bool> (bool?) values.

With the default filter I can only filter the values "true" and "false" but i can't filter for null values.

I tried to set FilterCellEditorStyle and FilterCellValuePresenterStyle. But the problem is, that in both cases the editor stays the XamCheckEditor, which does not support ThreeState.

I just want a ThreeState checkbox in my column header...

How can I achieve this?

 

 

Parents
No Data
Reply
  • 27093
    posted

    Hello,

    I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.

    If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.

Children
No Data