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
215
Grid + date format
posted
When using column filtering and trying to search by date the entered date must be in format MM/dd/yyyy, even though that column has Format property set to dd/MM/yyyy. Current culture's date format is also dd/MM/yyyy. Do I need to set any other properties to change the expected date format?
  • 21382
    Verified Answer
    posted

     If I understand what you are asking.  What you can do is set n EditorControl to the column that supports formatted date entry ,  like the DateChooser.  Since that is a legal editor that will except formatted date input it should be able to do what you want.