Hi,
I am a telerik user but I haven't purchased a commercial license.
One of the biggest problems I have is that bugs I may find cannot be reported via a support ticket for rapid checking because I'm not a paying customer. In my case, I haven't brought a license because I want to learn the API and a couple of issues I have found need fixing first (which I am sure they will be), but I push the controls just as much as a paying customer.
Any chance we can submit tickets too? Direct support by email may be useful (some mechanism to see progress on the bugs we may find).
Thanks
filter
:alpha(opacity=75);
opacity: 0.7 ;
to get a slight transpanency.
i am able change the backcolor of input boxes but i cant override the transparency from the layout div.( my last attempt below) i am using red just to demonstrate the transparency. if i use white(which is what i want) it is 100% transparent here is a link to the
Dev page i have also tried similar code on the table the input boxes are within. i have also tried to set te back color from the control it self. (i.e. backcolor property)
div.RadComboBox_Office2007 table .rcbInputCell input
{
background-color:red !important;
filter:alpha(opacity=100);
opacity: 1.0;
height: 15px !important;
line-height: 14px !important;
font: 9px arial,verdana,sans-serif;
height: 15px !important;
padding: 0 !important;
}
.
dateinputbox
{
height: 15px !important;
line-height: 14px !important;
font: 9px arial,verdana,sans-serif;
height: 15px !important;
padding: 0 !important;
background-color: Red !important;
filter:alpha(opacity=100);
opacity:1.0;
}
Hi,
Some times pictures make better sence than texts.
I think it's very good (and important for usability) if you add screen shots ability to Code Library of Telerik.com
Sincerely yours,
Mostafa Anoosheh