I have a radgrid set up to allow filtering on date columns which appears to be working fine.
However I can't work out how to deal with invalid input. For example entering text instead of a date crashes the page.
Can anyone point me in the right direction of how I can either trap the error (eg where to put a try/catch block) and/or how I can apply an input mask?