Hi, is there anyway to force the grid date filter to handle two digit year? For example if user types in "1/1/11", the filter just sits there while the RadGrid filter would convert to "1/1/2011". I was trying to hack the onchange events to force this behavior which worked fine when field lost focus via tab key or click, but had issues once ENTER key was used.