Hi,
For users with small screens there is a big difference in accessing all UX elements in the dialog windows.
Please compare attached Classic and Lightweight screenshots.
On Classic all elements (read Pager) are always accessible by using the browser scrollbar.
On Lightweight the Pager is not accessible in Chrome and Edge. In Firefox a scrollbar appears in the RadWindow so the user can scrolldown there.
Screenshots are made with Default skin; as we use Material skin the problem occurs even on modern laptop sceens as the UX elements are all bigger.
Marc
4 Answers, 1 is accepted
Hi Marc,
My advice is to decrease the font size as explained in the following article: Fonts, i.e.
body { font-size: 12px; }
This will decrease the dialog sizes and they should fix inside the browser.
Regards,
RumenTelerik by Progress
Hi Rumen,
There are a lot of places where the font-size cannot be altered due to hard coding, see screenshot.
How can we deal with this?
MarcHello Marc,
You can manually override these classes.
You can also customize the dialog as well as to resize it:
http://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/dialogs/custom-dialogs
Regards,
Rumen
Telerik by Progress
OK I understand, but then a base font is of low use then.
Marc