or
<
telerik:RadComboBox ID="fruit" AllowCustomText="true" runat="server" Width="200px"
Height="200px" EmptyMessage="Type to create new route"
EnableLoadOnDemand="true" Filter="Contains">
<WebServiceSettings Method="GetFruitNames" Path="fruits.asmx" />
</telerik:RadComboBox>
.RadScheduler
.rsMonthView td.rsCell
{
height: 15px !important; /* controls container height */
}
Still, it is quite big.
Is it possible to make this control quite small, like 350 px wide?
Thanks
Kati
| is there any way to capture the pdf before it is generated |
| i know you can get it by RadGrid1_PdfExporting and use e.RawHTML. or can i capture it by stream format. |
| protected void cmbSiteTheme_SelectedIndexChanged( |
| object o , |
| Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs e ) |
| { |
| ConfigurationManager.AppSettings.Set("Telerik.Skin" , e.Value); |
| Response.Redirect(this.Request.Url.ToString()); |
| } |