Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
345 views
Is it possible to generate a RadDropDownList at runtime? Such as when a button is clicked.
Attila Antal
Telerik team
 answered on 03 Mar 2020
3 answers
106 views

I've a RadSplitter with a left panel and right panel, and in the right panel i've a RadMenu. 

The problem si that, in the scroll of RadMenu item, i can click and hold the down arrow to scroll faster and  when i scroll all the way to the bottom of the list, the left panel disappears when i let go of the mouse button.

I don't understand what relationship there can be between one thing and another.
Any suggestions to solve the problem?

 

 

Peter Milchev
Telerik team
 answered on 03 Mar 2020
1 answer
128 views

Hi,

I have telerik control which i set a color after cursor leaves:

<telerik:RadTextBox ID="txtText4" runat="server" Font-Bold="true" TabIndex="4" Font-Size="Small"
                                   Width="40%" CssClass="upper" onKeyUp="Count(this,30)" onChange="Count(this,30)" Height="21" style="border-width:2px; font-family:Verdana;">
                                   <DisabledStyle Font-Bold="true" BackColor="#EFEFEF"  />
                                    <ClientEvents OnFocus="OnFocus" OnBlur="OnBlur" />
                                 </telerik:RadTextBox>

 

On client event blur backcolor became blue when it leaves this control.

After that cursor transfer to the next control with autopostback=true:

<telerik:RadComboBox ID="ddlAprv" runat="server" TabIndex="6" AutoPostBack="true" Font-Bold="true" Font-Size="Small" Width="75px" OnSelectedIndexChanged="ddlAprv_SelectedIndexChanged1" style="border-width:2px; font-family:Verdana;"
                                    OnClientFocus="OnFocus" >
                                 <Items>
                                      <telerik:RadComboBoxItem Text="Select" Value="" Selected="true" />
                                      <telerik:RadComboBoxItem Text="Yes" Value="Y"  />
                                      <telerik:RadComboBoxItem Text="No" Value="N" />
                                 </Items>
                               </telerik:RadComboBox>

 

For the some reason blue color on the previous control disappeared.

I would like that color stay all the time.

Please help.

Vitaly.

Eyup
Telerik team
 answered on 03 Mar 2020
1 answer
60 views

Hi 

 

Is it possible to activate a AjaxLoading Panel without an event click or button click. I have tried OnRequestStart , OnResponseEnd on the masterpage doesn't seems to fire, but if a button event is fired, it activates the AjaxLoading Panel.

Or is there a telerik splash screen control ?

 

Thanks in Advance

Eyup
Telerik team
 answered on 03 Mar 2020
4 answers
98 views

Hi;

I am using a component that inherit IExtenderControl (AjaxControlToolkit) . when i add my control in to radajaxmanager updated controls or if i use mycontrol in dynamically loaded usercontrol by RadTab & RadMultiPage i am getting error of Unable to cast object of type 'GoogleMaps.Markers.GoogleMarkers' to type 'System.Web.UI.ExtenderControl'.

When i check the error detail by AsyncPostBackError event, i found that error comes from Telerik.Web.UI.ProxyScriptControl.GetChildScriptDescriptorsRecursive(Control parent, ArrayList scriptDescriptors).

Is there any workaround for this kind of problems?

Rumen
Telerik team
 answered on 02 Mar 2020
1 answer
140 views

I am in the process of upgrading to Telerik_UI_for_ASP.NET_AJAX_2020_1_114_Dev

I am having an issue getting the proper save and cancel button to appear on the RadEditor Ribbon bar when the rendermode is Lightweight.  

 

I am following the instructions on this page

https://docs.telerik.com/devtools/aspnet-ajax/controls/editor/functionality/toolbars/buttons/examples/save-and-cancel-buttons

If you are using Lightweight rendering mode the Save and Cancel button will be not styled with the default icons. You will need to decorate them additionally by using these CSS rules:

<style type="text/css">
           .reTool.reSave:before{
        content:"\e603";
    }

    .reTool.reCancel:before {
        content:"\e661";
    }
    </style> 

 

 However the wrong images are appearing.  

The attached image show what appears to be the Underline button as save and a button with a "W" on it as cancel.  

Can I get the correct values for the buttons?  Or is there a place I can look them up?

 

When the rendermode is classic, then normal save and cancel buttons appear.   

 

 

 

 

Rumen
Telerik team
 answered on 02 Mar 2020
1 answer
488 views

Hello,

I'm making org chart for my company using Telerik's tool. However, my company has a lot of employees, so the chart expands very large horizontally. I know we can put them  into group, and limit the number of column to make it smaller, but then, if there's someone inside the group who has people reporting to them, those people will not be reporting to them anymore, they will be reporting to the group instead. How do I put them into group and sill maintain relationship between each individual?

Peter Milchev
Telerik team
 answered on 28 Feb 2020
4 answers
171 views

Sir,

I have radbutton which call a jquery(since this jquery function is available as external file) ajax method to save the record.I have a render mode in my radbutton.If i add this rendermode it post the data for double time for single click.when i remove the rendermode.It is posting for one time.Since this jquery method call ajax for API save.Can any one help on this issue please.Since it is very urgent requirement for me.Please help me

Eg:

<p>&nbsp; &nbsp; &nbsp;&lt;telerik:RadButton ID="btnSavetest" </p><p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AutoPostBack="false" Primary="true" runat="server" Text="&amp;nbsp;&amp;nbsp;Save&amp;nbsp;&amp;nbsp;"&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ValidationGroup="vgtest"<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;CausesValidation="True"&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Skin="CB"&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;EnableEmbeddedSkins="false"&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; RenderMode="Lightweight"&gt;&lt;/telerik:RadButton&gt;</p>

Jquery eg

<p>Page.savetest=function(){</p><p>var pagedata={</p><p>data1:"data1"</p><p>data2:"data2"</p><p>}</p><p>var url=Page.APILike+Page.fileName+Page.name</p><p>$.ajax({</p><p>url:url,</p><p>type:"post",</p><p>data:savetest,</p><p>success:function(result){</p><p>if(result)</p><p>alert('saved')</p><p>}</p><p><br></p><p>});</p><p>};</p>

 

Can anyone please help on this please

Thanks

Vessy
Telerik team
 answered on 28 Feb 2020
5 answers
542 views

My RadGird allows filtering by column.

What's the best way to change the font size of the context menu of filter button in filter row?

Rumen
Telerik team
 answered on 28 Feb 2020
1 answer
124 views
Hello, we are noticing that on Chromium based browsers if the paste button is clicked it displays a message stating the user has to use ctrl + v or cmd + v on mac. Doing some research it seems like Chromium at least up to 39 supported clipboard read / write as long as you declared permissions. Is there some way to get the paste button working consistently?
Rumen
Telerik team
 answered on 28 Feb 2020
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?