RadzenDatePicker

Hi,

Is there a way to only get the datetime after the user has selected the OK button and the date time picker is closed. Currently the Change event is fired every time the user chnages the date or time which makes it difficult to know when to retrieve date for the final date time the users is selecting.

Thanks
Zubair

The picked works with DateTime. There is no way to get date and time separately

Hi,

I do not want to get the date and time separate but I want to only get a single event when the Picker is closed. Currently the Change event is fired as the user changes the date and time and then another event is fired when the user selects the OK button and the dialog closes.

Thanks

Perhaps what I am looking for is the OK button click event, is there a way to get that event?

No, there is no such event.

Is there a way to get the date if a user closes the control by clicking a disabled date?
Thanks