vote up 0 vote down star

I'm attempting to modify an Infragisitcs UltraDateTimeEditor control so that the current year and a default time are inserted when the user only enters values for the month and day.

The control has an AutoFillDate property, however setting this to "year" seems to overwrite user input entirely. Also changing the InvalidTextBehavior doesn't seem to help since the control stops out empty.

What event(s) would I need to modify in order get the fill-in data to populate before the validation reverts to an empty string?

flag

1 Answer

vote up 0 vote down check

Turns out the Event to handle for this is "BeforeExitEditMode." I was able to inspect and modify the user input before the validators fired.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.