I have a Date column in a GridView. The default autofilter implementation and grouping make it simple to filter the grid data to display rows for a single date or to group entries by date.
I would like to change the way that entries are grouped so that grouping is done by calendar month. I would also like to change the filtering for this column so that the user selects a month from the drop down calendar (I would rather not implement it by forcing them to type mmm-yyyy into the filter editor).
How can I do this? Is there a property in the CalendarProperties for the Date | PropertiesDateEdit that will restrict the Calendar to display only Months?
Thanks … the more I am using this suite the more I love it!!!
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.
Hi Colin,
Please refer to the Interval Grouping demo project to learn how to implement this kind of grouping.
Unfortunately, it is impossible to filter the ASPxGridView in a manner you've described.
Thanks,
Plato