
Hi,
I am using this approach to show custom icon:
https://www.telerik.com/support/kb/aspnet-ajax/window/details/adding-a-custom-button-to-radwindow-titlebar
But with latest version 2017.3.913 it is not working, icon is shown, but tiny (in Lightweight mode)
Can you help?
Alex
4 Answers, 1 is accepted
Hello Alex,
I have updated the KB and added some more instructions in your support ticket on this matter.
Regards,
Progress Telerik

Hi Marin,
thanks, it works, but 2 issues:
1. custom icon is bit higher then standard icons, see attached Caption.
2. if i have doctype as:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
it shows it as Caption2.
Hi Alex,
Could you try the new archive I added for the xhtml 1.0 transitional doctype? You can also take these rules and test them with a newer doctype, they should not cause issues.
On the image - the sprite used is a tad small for the default font size, you can even see a bit of the hover state sometimes, so need to use a better sprite in your actual project.
Regards,
Progress Telerik

Hi Marin,
thanks, that works fine!
Alex