I'm trying to use a DevExpress ASPxGridView to display some data. I need to allow my users to filter on a particular column, and I'd like to let them filter between two dates.
I know this is possible with the use of the FilterBar, but I'd like to try and do it in the actual filter row (the row that appears underneath the header), possibly as two date select boxes, (a from, to combo).
Any ideas how to modify the FilterRow would be useful,
Thanks