When user manually types the filter value (only date) in RadDateTimeEditor adds current time, so the filter value becomes - %data %current time.
And filtering gives the empty table, because of values in datetime columns have 00:00:00 time.
How to set time to 00:00:00 instead of using current?
P.S. If user chooses value with DateTimePicker then filter value is %data 00:00:00 and filtering works fine.