I am using a radgridview to show a list of data on a day by day basis, and one of the columns is a DateTime column representing the date that each line was created.
The issue that I face is this. The column in question shows the full date and time (down to the second). When you open the filter control for that column however, in the section where you can check individual unique values, it does NOT display down to the second, which makes it impossible to pick the specific ones you want.
Is there a way to adjust the filter to display the seconds as well as everything else?
Thanks
The issue that I face is this. The column in question shows the full date and time (down to the second). When you open the filter control for that column however, in the section where you can check individual unique values, it does NOT display down to the second, which makes it impossible to pick the specific ones you want.
Is there a way to adjust the filter to display the seconds as well as everything else?
Thanks