Completed
Last Updated: 22 Nov 2022 12:12 by ADMIN
ADMIN
Kostadin
Created on: 23 Jun 2016 13:56
Category: Grid
Type: Bug Report
0
RadComboBox arrow icon is not displayed when is placed in a template column of a grid and view under mobile device
You can workaround this issue with the following CSS rule.

<style>
    div.RadGrid .t-font-icon{
        font: 16px/1 "TelerikWebUI";
    }
</style>
0 comments