Is it possible to display the popup component of the timepicker inline? I'd like to add the timepicker into the body of a dialog view (better for mobile experience).
2 Answers, 1 is accepted
0
Svet
Telerik team
answered on 02 Oct 2018, 11:01 AM
Hi Ryan,
I am not sure, that I understand the requirement.
We can use the popupSettings input property of the TimePicker component in order to set a custom CSS classes, that will be applied.
I hope this helps. In case further assistance is required for this case, could you provide some more details about the use case scenario, so that we can provide further feedback. Thank you in advance.
Regards,
Svetlin
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.
Hi Svetlin, i need the timepicker selector (the popup part) in a dialog. Telerik support gave me a work around...
Currently the only way to achieve a similar layout and functionality is to open the TimePicker programmatically after the component is initialized, prevent the close event, and hide the Timepicker itself via CSS, essentially leaving only the Popup part constantly open, e.g.: