Unplanned
Last Updated: 15 Feb 2024 11:04 by ADMIN
n/a
Created on: 15 Feb 2024 10:50
Category: TimePicker
Type: Bug Report
1
RadTimePicker: When resizing the hours table does not stretch correct
When I am resizing the popup form, I got the Hours table to stretch only in a horizontal position. In my case, I needed it to stretch in both directions.
Attached Files:
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 15 Feb 2024 11:04

Hello, Ravi,

Thank you for reporting this. You can use the following workaround:

    this.radTimePicker1.TimePickerElement.PopupContentElement.HoursTable.ContentElement.StretchVertically = true;
    this.radTimePicker1.TimePickerElement.PopupContentElement.HoursTable.StretchVertically = true;

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Attached Files: