Hi Team,
I use the built in Filtering capability of the TwwDBGrid a lot.
A User just got an application error "'20-Nov-18' is not a valid date." which they had entered "20-Nov-18" into a date filter and clicked OK. Should have been "20/11/2018".
Is there some place I can add some validation for the filters before they cause an error?
Regards & TIA,
Ian
I believe the grid filtering does not currently support alpha characters for months in the ShortDateFormat. Unfortunately I don't see a workaround for this right now without making some significant changes to our code. We could make changes in the future, but the changes would break binary compatibility so it would not appear until the next major update of Delphi. As a workaround, can your users now use 'dd-mm-yyyy' instead?