Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
139 views

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

Bob
Top achievements
Rank 1
 updated question on 12 Jan 2023
1 answer
196 views

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?

Valentin Dragnev
Telerik team
 answered on 11 Jan 2023
6 answers
836 views
Hi,
 How can i hide Add and delete buttons while file uploading in progress.?
 Once the file uploading is completed then i want to show those buttons.

Thanks,
Jagadeeswararao Chappa.

 
pratichi
Top achievements
Rank 1
Iron
 answered on 06 Jan 2023
1 answer
95 views

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'.

Wei
Top achievements
Rank 1
Iron
 answered on 06 Jan 2023
1 answer
137 views

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

Attila Antal
Telerik team
 answered on 03 Jan 2023
2 answers
223 views
I have been trying for a couple of days now to get my PanelBar working with databound items, where the item template consists of a user control.  Here is my code:

<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>

When the OnItemDataBound is called I bind the data item to the SupplierAgreementView control.

The problem is that this renders the control and data ok , but the panel bar items are all expanded but I can't collapse them and there is no collapse button on the panel bar item headers.

Please help!
Attila Antal
Telerik team
 answered on 29 Dec 2022
1 answer
135 views

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

Attila Antal
Telerik team
 answered on 29 Dec 2022
1 answer
119 views
Hello,

I have a RadListBox called RadListBoxDestination inside the controls <EditFormSettings EditFormType="Template">
             <FormTemplate> (file wucMantenedorVentasPriorizadas.ascx)

What happens is that when I try to call RadListBoxDestination ma I get the following error message:
"Object reference not set to an instance of an object"

For me the problem is that my RadLisBox called RadListBoxDestination is inside the controls <EditFormSettings EditFormType="Template">
             <FormTemplate> and I'm not calling it correctly.

For this I have been doing 2 possible logics but I get the same error, these logics are (file wucMantenedorVentasPriorizadas,ascx.cs):

Option 1

  logger.Info("RadListBoxDestination: " + RadListBoxDestination);
                 RadListBoxDestination.DataSource = AGAgents.Select(a => a.firstname + " " + a.lastname);
                 RadListBoxDestination.DataBind();

Option 2

if (e.Item is GridEditFormItem && e.Item.IsInEditMode)//editform
                 {
                     GridEditFormItem editItem = (GridEditFormItem)e.Item;
                     RadListBox RadListBoxDestination = (RadListBox)editItem.FindControl("RadListBoxDestination");
                     RadListBoxDestination.DataSource = AGAgents.Select(a => a.firstname + " " + a.lastname);
                     RadListBoxDestination.DataBind();
                 }

Can you help me how is that How do I reference it so that the data can be loaded dynamically since I put a log to see but no data appears in the RadListBox

Regards
Oscar
Attila Antal
Telerik team
 answered on 29 Dec 2022
2 answers
223 views

Is there a way to trap focus inside RadWindow?

This is ADA compliance related

David
Top achievements
Rank 1
Iron
Iron
Veteran
 answered on 27 Dec 2022
1 answer
111 views

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!

Attila Antal
Telerik team
 answered on 26 Dec 2022
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?