Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
366 views
Hallo,
DNN (formerly Dot Net Nuke) come shipped with a special modified version of your dll, plus has its own wrappers around Telerik control.
What I would like is being able to buy the complete, full and up to date version of your Ajax suite and use it in my DNN modules.
Now the problem I'm facing is this... since the Telerik dlls are already in the DNN bin folder, but they are modified versions, and so the namespace is already there as well, how can I let live the "commercial full" dlls I will buy for my modules together with DNN ones?

Another commercial question is this. I will make those modules for some of my customers, so they are very customized and not intended for reselling BUT would I be allowed to resell modules built upon the commercial licensed Ajax Suite?

The most important point for me is the first, how to have the DNN custom and official Telerik dlls (+ Namespaces) live together... I looked around for some resurces like the "external" statement (only available in C# I guess but I'm coding in VB.NET at the moment) but I don't know if this is the way to follow.

Thanks in advance
Marin Bratanov
Telerik team
 answered on 18 Nov 2014
9 answers
840 views
Hi,

I am trying to use RadAsyncUpload control in SharePoint but so far I am having no luck.

First of all, I have to say that I have found very little documentation to help me on this. I am currently stuck at a point where I keep getting the following error when I select a file:

Error: Unhandled Error in Silverlight Application Failed to Invoke: _onSilverlightError.   at System.Windows.Browser.ScriptObject.Invoke(String name, Object[] args)
   at UploadPrototype.EventManager.SilverlightError(String message, Int32 index)
   at UploadPrototype.MainPage.<>c__DisplayClass1f.<ProcessResponse>b__18()

I have uploaded a screenshot that shows where exactly the error is thrown in ure JS. I have also uploaded a screen shot that shows the UI.

Can you please clarify what I need to do to get this to work in SharePoint 2010? What changes do I need to make to the Web.Config?

Thanks
Hristo Valyavicharski
Telerik team
 answered on 18 Nov 2014
1 answer
37 views
Hi Team,

I want to give a option to add comment section on scheduler context menu, the appointment section will remain same. So this will show one comment for entire Day. For example we are booking appointment but doctor say I am not available or leave any message so while booking appointment user can read and work  accordingly.

Please help me how we can achieve this.


Thanks
Dheeraj Swami
Bozhidar
Telerik team
 answered on 18 Nov 2014
1 answer
172 views
I am attempting to make a page that creates a form using Rad controls.  This involves creating the html in code and then updating the innerhtml of a div to display the form.  This is not seem to work with rad controls.

In my asp page there is a div
<div id="JoinFormTable" runat="server"></div>

The div is updated to two ways,
one in the asp page called by on a ajax return call with some html
function GroupFromRowColumnResponse(response) {
   var data = response.d;
   $('#<%= JoinFormTable.ClientID%>').html(data.formHtml);
}
The other in the page load of the asp
protected void Page_Load(object sender, EventArgs e)
{
....
JoinFormTable.InnerHtml = group.GetJoinFormDesignHtml();
....
}

And the form html with one textbox look likes this
<table  class='FTable'><tbody><tr><td class='FColLbl'><label class='FColLblLbl'>Hours</label></td><td class='FColCtrl'><telerik:RadTextBox InputType ='Text' ID='Hours'  EmptyMessage='Hours' Runat='server'></telerik:RadTextBox></td></tr></tbody></table>

If I put this html in the asp it works fine, inserting it fails on the RadTextBox, only the Hours label shows.

When updating real time from javascript using the html function only the Hours label shows up, no errors.

When the Page_Load creates the form table on div.innerHtml, this error occurs in Chrome
Uncaught Error: Syntax error, unrecognized expression: unsupported pseudo: RadTextBox 

Can Rad controls be added in an html string in real time?

Thanks,
George
Konstantin Dikov
Telerik team
 answered on 18 Nov 2014
2 answers
123 views
I have a High quality image but when i upload it on Image editor and save it on the machine ,then open the saved image its quality gets very low ..also i see some small dots around the items on the image i am giving you the image.I have also checked it in your demo. I am using your latest 2014 release.
Vessy
Telerik team
 answered on 18 Nov 2014
3 answers
113 views
Hi!

It seems that the Q3 version is not rendering any IDs for the SVG child elements. Is there any reason for that?
The disadvantage is that I cannot get SVG elements via jQuery, i.e.
$('#<shapeId>')
Maybe there is some other possibility to manipulate the SVG children?

Best regards,
Hans
Slav
Telerik team
 answered on 18 Nov 2014
1 answer
560 views
When I expand a node all other expanded nodes should be collapse except for the parent node of the expanded node. How can this be accomplished?
Aneliya Petkova
Telerik team
 answered on 18 Nov 2014
0 answers
105 views
Hello,

Recently you guys released the new version of controls. After upgrading to the lastest version we  are facing prblem in UI. Please find the screen shots as below. But when we revert back to older version everything is working fine.
sharath
Top achievements
Rank 1
 asked on 18 Nov 2014
1 answer
152 views
Ok, I have gone through the documentation and differetn posts but cannot find an eample that shows for my situation.  i want to change the background color of an ID that comes from my database.  I am bring the intstatusID from my database, where can I assign it that I can get ahold of that value and then change the background color of it based on the value.  thank you

<telerik:RadScheduler ID="rsTACCUsage" runat="server" DataKeyField="intLeaseDateId" Skin="Web20" DataStartField="dtStartDate" DataEndField="dtEndDate" DataSubjectField="Subject"
                           SelectedView="MonthView" Height="800px" AllowEdit="false" AllowInsert="false" AllowDelete="false" CustomAttributeNames="strOrgType">
                       </telerik:RadScheduler>
 
 
 
sql = "select d.intLeaseDateId, d.dtStartDate, d.dtEndDate, 'Lease Name: ' + l.strLeaseeName + '  Event: ' + l.strEventType Subject, l.intStatusID from tblLeaseDates d LEFT JOIN tblTaccLease l on l.intLeaseId = d.intLeaseId where l.intArmoryId = " & Armory
           
           rsTACCUsage.DataSource = getReader(sql)
           rsTACCUsage.DataBind()
Boyan Dimitrov
Telerik team
 answered on 18 Nov 2014
1 answer
123 views
I would like know the compatible version of jQuery for the Telerik.Web.UI 2011.1.614.35.

Any help is appriciated

Thanks
Dan
Danail Vasilev
Telerik team
 answered on 18 Nov 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?