This is a migrated thread and some comments may be shown as answers.

Print in RadCombobox and RadDatePicker

1 Answer 63 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
steven
Top achievements
Rank 1
steven asked on 18 Jun 2010, 09:59 AM
I had a problem .When I print everything comes properly except "Select " text next to each rad combo box.The same to RadDatePicker("Auto generated "open the calendar popup" text next to RadDatePicker").
I put my screenshots attached.I hope reply as soon as possible.Thanks.
<td>
        <telerik:RadDatePicker ID="dpkDate" runat="server">
        </telerik:RadDatePicker>
</td>
<td>         
<telerik:RadComboBoxID="cbxClientCode" runat="server" AutoPostBack="true" OnItemDataBound="cbxClientCode_OnItemDataBound" EnableLoadOnDemand="true" OnSelectedIndexChanged="cbxClientCode_SelectedIndexChanged" OnItemsRequested="cbxClientCode_ItemsRequested"  >
  </telerik:RadComboBox>
</td>

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 24 Jun 2010, 12:58 PM
Hello steven,

The screenshot shows that the CSS and background images are missing. Since there are 'alt' texts behind the Toggle Button of the RadComboBox and the Date Popup of the RadDatePicker they become visible in this case.

You can hide the RCB's Toggle Button by setting the ShowToggleImage to false. For the RDP you can hide its button with this setting:
<DatePopupButton Visible="false" />

Kind regards,
Simon
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
ComboBox
Asked by
steven
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or