Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
295 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
75 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
143 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
62 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
65 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
96 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
96 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
616 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
3 answers
41 views
The RadGrid on the following demo page appears to be broken: http://demos.telerik.com/aspnet-ajax/tabstrip/examples/multipage/dynamic-pageview-creation/defaultcs.aspx 

You cannot page the grid, change page size, add a new record, refresh the grid, or edit records.  Sorting *does* work though.
Nencho
Telerik team
 answered on 25 Feb 2015
2 answers
223 views
Hi,

I am facing a Problem that seems to be a known issue with the Telerik RadProgressManager.
I use the 'custom Progress pattern' to Show Progress on a rather Long running Operation.
I trace http traffic via Fiddler.
On completion I still see endless calls to RadUploadProgressHandler.ashx in form of:

http://xxx.com/myapp/Telerik.RadUploadProgressHandler.ashx?RadUrid=b4443999-f902-4d63-9a9c-04277692d4dd&RadUploadTimeStamp=1424801338972&

Every call uses the same RadUrID , but different RadUploadTimeStamp values.
.
Even calling ProgressArea.cancelRequest() in Javascript does not stop those calls.
Strange enough this behaviour does NOT Show up when using IE(Version 11). But in FF and Chrome I see those endless calls.
Of course, as mentioned in some related threads, adding
<appSettings>  <add key="AllowCustomProgress" value="false"/></appSettings>
in web.config prevent those calls, but , of course, in that case I do see the progressbars anymore.

I saw from the Forum threads that this issue is present since 2010 (at least this was the earliet thread I found), and the last reply related to this problem from April 2014 says - 'We Need a runable project'. In my case this is not possible, since the application is pretty complex.

What I have not seen in the Forum threads is the mentioning that the Problem does not Show up if IE is used.


Could you please let me know if since April 2014 telerik found a fix or Workaround. If yes- what is a possible solution for the Problem.

Hope that someone from telerik can provide help, otherwise I Need to give up usage of ProgressArea in my app. I have Clients with slow Networks and for those users the numerous (unnecessary) calls result in pretty slow Performance.

Best regards
Hans-Juergen







 
Peter Filipov
Telerik team
 answered on 25 Feb 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?