I have this control with EnableDescriptionField="true". The issue is if I enter the html contents in this description field or subject field and hit either Save or Cancel. the attached error happens. Is there a way to strip off the html tags or allow the html inputs to be entered?
I also tested this with the demo below. It did not work either.
https://demos.telerik.com/aspnet-ajax/scheduler/examples/month-view/defaultvb.aspx
Thanks,
Bob
The subject pretty much says it all...how do you get RadSpreadsheet to act like Excel when trying to auto resize all columns. In Excel you select the upper left most cell, to the left of A1 and it will select the whole spreadsheet. Next you put the cursor between 2 of the columns and get the "resize" cursor then you double click and all the columns will auto resize according to content.
How do I get a RadSpreadsheet to do that, or is that not an available function?
Language="VB"
<%@ Register Src="../App_API/PatientInfo.ascx" TagName="PatientInfo" TagPrefix="ucl" %>
<ucl:PatientInfo ID="PatientInfoUserControl" runat="server" />
In CodeBehind
Dim AssignedPathologist As RadComboBox = CType(PatientInfoUserControl.FindControl("AssignedPathologistRadComboBox"), RadComboBox)
Dim AssignedPathologistText As String = AssignedPathologist.text
Dim AssignedPathologistValue As String = AssignedPathologist.value
Getting : error BC30456: 'value' is not a member of 'Telerik.Web.UI.RadComboBox'.
Hi,
The Gantt tooltip's time format differs from the format in the task dialog.
Please refer to attached screenshots...can this be changed?
Marc

<telerik:RadPanelBar runat="server" ID="pbSupplierAgreements" AllowCollapseAllItems="true" OnItemDataBound="pbSupplierAgreements_ItemDataBound" ExpandMode="SingleExpandedItem" Width="100%" DataValueField="ID" DataTextField="SupplierCode" DataTextFormatString="Supplier: {0}"> <ItemTemplate> <telerik:RadPanelItem> <Items> <telerik:RadPanelItem> <ItemTemplate> <e:SupplierAgreementView ID="SupplierView" runat="server" /> </ItemTemplate> </telerik:RadPanelItem> </Items> </telerik:RadPanelItem> </ItemTemplate> </telerik:RadPanelBar>
Explorer view demo is not working. Gives this error
https://demos.telerik.com/aspnet-ajax/errorpageresources.aspx?aspxerrorpath=/aspnet-ajax/treelist/examples/integration/fileexplorerview/defaultcs.aspx


Is there a way to trap focus inside RadWindow?
This is ADA compliance related
Hi,
Nowadays which is the best method to change the default Crop sizes of the ImageEditor? I can see you are using a telerik:RadComboBox for the control so don't understand why there isn't a easy way of populating it with other values.
Thank you!
