I would like to set the TimeView's StartTime and EndTime once the control has it's value. The RadDateTimePicker exists within the EditTemplate of a RadGrid. I tried handling the ItemDataBoundEvent of the RadGrid, finding the RadDateTimePicker and then setting it's TimeView values. This does not seem to work. I'm guessing that it's too late in the process. I need to be able to access the server side (run a query) to know what values to set based on the date selected in the RadDateTimePicker. Ideas?