Bug Report T301420
Visible to All Users

TreeList does not show a calendar to filter a DateTime column

created 9 years ago

I am trying to have a tree list show the calendar control for filtering data but it does not seem to work.
Please see the attached code file.

I am setting

treeList1.OptionsBehavior.EnableFiltering = true;
            treeList1.OptionsFilter.FilterMode = DevExpress.XtraTreeList.FilterMode.Smart;

treeList1.Columns["Time"].Format.FormatType = DevExpress.Utils.FormatType.DateTime;
            treeList1.Columns["Time"].OptionsFilter.FilterPopupMode = DevExpress.XtraTreeList.FilterPopupMode.Date;
            treeList1.Columns["Time"].OptionsFilter.AllowFilter = true;

What am I doing wrong? I have tried many different combinations for FilterMode etc, but the drop down only is able to show either the List or Checked List of distinct times.

Please advise…

Comments (2)

    Hello, We're currently using Devexpress 14.1.8 and facing this issue. Is this issue also problematically on 14.1.8?

    DevExpress Support Team 5 years ago

      Hi Elmar,

      Yes, this behavior is fixed in v15.1.8. Previous versions contain this issue. Thus, I recommend you update your project (I see that v18.1 available to you).

      Should you have further questions, let me know.

      Answers approved by DevExpress Support

      created 9 years ago

      We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

      Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

        created 9 years ago

        Hi Neil, It seems to be an issue in TreeList. I've forwarded this ticket to our developers so they can address this issue. We'll reply here once we have any results.

          Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

          Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.