Hello, please open a demo page https://demos.telerik.com/aspnet-ajax/datetimepicker/overview/defaultcs.aspx?skin=Bootstrap and select Bootstrap skin.
Note that the left top & bottom corners are not rendered correctly. Most likely it's related to the "box-sizing: content-box".
6 Answers, 1 is accepted
0
Hello,
Can you please share a screenshot of the problem since on my side everything looks OK - screenshot?
We have this KB article on the matter for the box-sizing issue: Fix incorrect appearance in Telerik controls when using Bootstrap library.
Regards,
Rumen
Progress Telerik
Can you please share a screenshot of the problem since on my side everything looks OK - screenshot?
We have this KB article on the matter for the box-sizing issue: Fix incorrect appearance in Telerik controls when using Bootstrap library.
Regards,
Rumen
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.
0

miksh
Top achievements
Rank 1
Iron
answered on 28 Nov 2018, 01:00 PM
see attached
0
Accepted
Hi Michael,
The solution for this is to apply border radius to the wrapper holding the buttons:
Can you try it and let me know how it goes on your side?
Best regards,
Rumen
Progress Telerik
The solution for this is to apply border radius to the wrapper holding the buttons:
.RadPicker .rcSelect {
border-top-right-radius:
4px
!important
;
border-bottom-right-radius:
4px
!important
;
}
Can you try it and let me know how it goes on your side?
Best regards,
Rumen
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.
0

miksh
Top achievements
Rank 1
Iron
answered on 29 Nov 2018, 02:02 PM
It works, thank you!
Should we expect it as a fix in next release(s)?
0
Hello,
We will definitely try to solve the issue in the next release. Here you can subscribe for the bug report item Top and Bottom right corners of the clock icon are missing.
As a small note of gratitude for your report, I've updated your Telerik points!
Best regards,
Rumen
Progress Telerik
We will definitely try to solve the issue in the next release. Here you can subscribe for the bug report item Top and Bottom right corners of the clock icon are missing.
As a small note of gratitude for your report, I've updated your Telerik points!
Best regards,
Rumen
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.
0
I am bringing good news that the problem is fixed and the fix will appear in the upcoming in mid-January R1 2019 release.
Best regards,
Rumen
Progress Telerik
Best regards,
Rumen
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.