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
Change sorting of column filter drowdown list
posted

Hi

I need some help in sorting the column filter DropDownList. I've got a grid with some columns and one of them is of type DateTime. So my customer wants to filter the data in the grid upon the date-value in this column (ex. all info from January, 1st). There's a huge amount of data in the grid with date-values from 10years ago. By standard I get a DropDownList when activating the grids column filtering ability. The data in this list is sorted ascending and not descending. This means always if you want to filter the data, you need to scroll-down because usualy you don't want to filter after the data from years before. 

My question now, is there a posibility to change the sorting in this DropDownList by implementing an interface or something like this?

Thank you for the support!
Nicolas

Parents Reply Children
No Data