Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
151 views
According to Visual Studio I'm using "Telerik UI for ASP.NET AJAX VSExtensions: 2014.5.1021.0."  My toolbox shows "Telerik UI for ASP.NET AJAX - Data Editing 2014 Q3" and my project references version 2014.3.1024.45. We're using Framework 4.5 as well (upgraded the project from 4.0 just recently).  Yes, I'm referencing the 4.5 files too:

C:\Program Files (x86)\Telerik\UI for ASP.NET AJAX Q3 2014\Bin45\Telerik.Web.UI.dll 
C:\Program Files (x86)\Telerik\UI for ASP.NET AJAX Q3 2014\Bin45\Telerik.Web.UI.Skins.dll

Why am I unable to see RadMaskedTextInput in the toolbox?  Instead what I see are the controls that appear to be obsolete according to your documentation (released 2014 Q2 according to documentation):

Seeing:
RadMaskedDateInput
RadMaskedMaskTextBox
RadMaskedNumericTextBox

Expecting to See:
RadMaskedNumericInput
RadMaskedCurrencyInput
RadMaskedTextInput
RadMaskedDateTimeInput

I want to use the newer input controls as they look far more flexible and frankly, less annoying. The old one's don't seem to be able to handle our requirements at all.  For example, I cannot get a RadMaskedTextBox with a non-numeric mask ([A-Za-z] in RegEx language) of any length, without the unattractive underlining.


















Konstantin Dikov
Telerik team
 answered on 25 Feb 2015
1 answer
80 views
     Hello
<telerik:RadAsyncUpload runat="server" ID="rauFiles"   PostbackTriggers="rgReceiptDTL,ddlDepNo,rntbLPOYear,ddlLPONO,rntbTransYear,rdpEntryDate,rdpRequestDate,hdnLPONO,hdnLPOYear,SDSReceiptDTL"></telerik:RadAsyncUpload>
 
<telerik:RadNumericTextBox ID="rntbTransYear" SkinID="Year" AutoPostBack="true" runat="server"></telerik:RadNumericTextBox>

in above example im facing problem in post back when when RadNumericTextBox make post back i lose the files in rad async upload other controls works well with no losing .

Regards ,







Nencho
Telerik team
 answered on 25 Feb 2015
1 answer
334 views
When i try to integrate RadEditor in my existing project which is using "telerik full version" i am getting the following error

"Harmony.Web.Pages.WordMergeTemplateEdit' does not contain a definition for 'RadEditor1' and no extension method 'RadEditor1' accepting a first argument of type 'Harmony.Web.Pages.WordMergeTemplateEdit' could be found (are you missing a using directive or an assembly reference?)

Kindly suggest us to solve the issue.


With regards,

Isaac
Ianko
Telerik team
 answered on 25 Feb 2015
1 answer
92 views
Hi there,

I hope somebody can help me with this one.

I want to change the skin of a particular type of controls by setting the TargetControls collection of the RadSkinManager in code behind.
I use the following code:

protected void cbSkins_SelectedIndexChanged(object sender, Telerik.Web.UI.RadComboBoxSelectedIndexChangedEventArgs )
        {     
      RadSkinManager1.TargetControls.Clear();
      string skinName = e.Text;
RadSkinManager1.TargetControls.Add(Telerik.Web.UI.ControlTypeToApplySkin.RadButton, skinName);
        }

The first time the event is hit the skin of the RadButton is changed on the page, which is OK.
After the second time the event is hit the skin of the RadButton is not changed.

Does anybody know why the skin is only changed the first time the event is hit?

Regards,

Marcel
Maria Ilieva
Telerik team
 answered on 25 Feb 2015
1 answer
220 views
Hello,
   I found the issue in radeditor table deletion. I can't delete multiple rows in one time by selecting multiple rows. But I can delete one by one row.
I think my query make sense to you.

Please help me as soon as possible.

Thanks


Jiten Mutum


 
Ianko
Telerik team
 answered on 25 Feb 2015
1 answer
71 views
I am working in a project which works on .NET2.0 and has another architecture built on .NET2.0. I am working on dynamic data filtering in a repeater list but not able to achieve the functionality like it is shown in the demo of Telerik ASP.NET AJAX Grid control (the list should filter on key press in textbox).
I came across the demo of of Telerik's Grid control in ASP.NET where filtering works exactly i wanted. My question is whether this control is supported in .NET 2.0 architecture or not?
Marin Bratanov
Telerik team
 answered on 25 Feb 2015
1 answer
86 views
I have a grid connected to a LinqDataSource with several thousand records. I have AllowPaging=True and AllowCustomPaging=False with a PageSize of 10. When the grid initially displays, everything is fine. However, afterI apply a filter on a checkbox field which reduces the selection of records in the dataset down to say, 200 records, no rows appear on page 1 of the grid and all the pages in the pager still appear. If I click on say, page 3, one row might appear there, click page 5, two rows appear.

For some reason, the paging is not getting updated after I apply the filter.
Kostadin
Telerik team
 answered on 25 Feb 2015
1 answer
132 views
Hello,

I used a radcalendar control, like

Start Date : Text Box [calender picker] to  End Date : Text Box [calender picker]
[label] : [text box] [calender control] [label] : [text box] [calender control]

In RTL direction, by default it is like:
[calender picker]  Text Box : Start Date  to [calender picker]  Text Box : End Date
[calender control] [text box] : [label]  to [calender control] [text box] : [label]
​

Basically, the RadCalendar reverses the item order and aligns itself to the right side of the container.
Is there a way to change the direction of the labels, text box and radcalendar control like :

End Date : Text Box [calender picker] to Start Date : Text Box [calender picker] 
[label] : [text box] [calender control] to [label] : [text box] [calender control]

Please suggest.



Radoslav
Telerik team
 answered on 25 Feb 2015
1 answer
134 views
Not sure if this is the proper forum but....

Telerik constantly updates the online demos for its controls which is great. The not so great thing is that sometimes valuable functionality is lost.  In the past, the ability to change skins was present in a multitude of demos.  Now this functionality has almost disappeared (see the Menu demos).  I can no longer say to a client, "Hey, you can go here to see all the cool stuff we can do and you can even pick the skin you like best." The ability to flip between skins in various scenarios makes them happy and excited as they can actually see what their website will potentially look like. Please keep this in mind when you're designing your demos.
Nencho
Telerik team
 answered on 25 Feb 2015
19 answers
656 views
Hello,
       I have a simpple RadAsyncUpload control with no targetFolder set. So it saves the file under APP_Data/RadUploadTemp. I have given Full permission to everyone to APP_Data folder. But when I upload a file, it never gets finished. The progress control keeps circling all the time.

I see a javascript error saying rowElement is null or not an object. Telerik.Web.UI.WebResource.axd line 6041. Char 8.

Any help would be appreciated.

Thanks,
Bharani
Hristo Valyavicharski
Telerik team
 answered on 25 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?