Hi
I want to remove the toggle image which come with available skins and would like to use image which looks similar with VS's normal dropdown.
I am using Skin="Outlook" because its look is closer to Visual Studio dropdown. Can someone suggest the way to achieve this.
Also when I focusing on dropdown hidden border is appearing. Is there any way to get rid of that border.
For border thing I was trying following but not working
I want to remove the toggle image which come with available skins and would like to use image which looks similar with VS's normal dropdown.
I am using Skin="Outlook" because its look is closer to Visual Studio dropdown. Can someone suggest the way to achieve this.
Also when I focusing on dropdown hidden border is appearing. Is there any way to get rid of that border.
For border thing I was trying following but not working
.RadComboBox_Outlook
{
width:140px !important;
padding:0px !important;
margin:0px !important;
height:17px !important;
border:0px;
}