Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
124 views
Hi,

when I set DisplayRecurrenceActionDialogOnMove I get the selection Dialog - but when I hit OK I get the following exception:

Unhandled exception at line 3606, column 1 in http://localhost:50753/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=rsManger_TSM&compress=1&_TSM_CombinedScripts_=;;System.Web.Extensions,+Version=4.0.0.0,+Culture=neutral,+PublicKeyToken=31bf3856ad364e35:de-DE:fa6755fd-da1a-49d3-9eb4-1e473e780ecd:ea597d4b:b25378d2;Telerik.Web.UI,+Version=2014.2.724.45,+Culture=neutral,+PublicKeyToken=121fae78165ba3d4:de-DE:6915a8c2-c063-435a-ab31-d2d2285652a6:16e4e7cd:f7645509:88144a7a:ed16cbdc:24ee1bba:4c8be21a:f46195d3:874f8ea2:650fdad:d40f7d5c:431f16a4:e91ff703:7666c7ed:4a6fe137:29e4ab07:b68dcd79:59462f1:a51ee93e:e330518b:2003d0b8:c128760b:1e771326:c8618e41:e4f8f289:1a73651d:333f8d94

0x800a01b6 - Laufzeitfehler in Microsoft JScript: Das Objekt unterstützt die Eigenschaft oder Methode "get_owner" nicht

I tried your example http://demos.telerik.com/aspnet-ajax/scheduler/examples/customization/defaultcs.aspx# set this poperty and (using Chrome in this case) I don't get an error message (maybe chrome setting) - but nothing happens when I hit OK.


Manfred
ManniAT
Top achievements
Rank 2
 answered on 07 Aug 2014
4 answers
110 views
Hi,

since there is no "readonly appointment" I try to disable the update button in clientFormCreated.

My problem - I can't find it...


Subject works fine - button not...

function clientFormCreated(sender, args) {
    var $ = $telerik.$;
    var mode = args.get_mode();
    if (mode == Telerik.Web.UI.SchedulerFormMode.AdvancedInsert || mode == Telerik.Web.UI.SchedulerFormMode.AdvancedEdit) {
        //var rUpdButton = $telerik.findButton($("[id$='Form_UpdateButton']").attr("id")); //findButton not existing although it shows in intellisense
        var rUpdBJQueryObject = $telerik.$("[id$='Form_UpdateButton']");
        var rUpdBRadButtonObject = $find(rUpdBJQueryObject.attr("id")); //always null
 
        var rSubject = $telerik.findTextBox($("[id$='Form_Subject']").attr("id"));
        rSubject.disable(); //works


I guess I do something wrong..
ManniAT
Top achievements
Rank 2
 answered on 07 Aug 2014
1 answer
208 views
I am working with the Radscheduler and building a calendar that has dynamic data.  Since I cannot control how much data comes back from the database, during testing I am trying to overload the scheduler and have succeeded in doing so.  When I bind over 2,900 appointments in a month view (it should be noted that these appointments have several custom attributes) it is breaking with a message like this...

Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.

I have already tried setting the maxJsonLength to it's maximum value in web.config, so I think I am maxing out this.

1) Is there any way other than what I have mentioned above to increase the amount the Radscheduler can handle?
2) Is there an official amount of data that is a recommended maximum to bind to the Radscheduler?
3) When it errors out saying maxJsonLength, why is that the error?  Does this have something to do with the way data is retained within the control itself?
Plamen
Telerik team
 answered on 07 Aug 2014
4 answers
225 views
Actually, when you press the 'No Color' button, the palette sets as no color the black color.

My question is if it's possible to set as 'No Color' the white color (#ffffff).

Regards,

Alexis Rosano.
Misho
Telerik team
 answered on 07 Aug 2014
7 answers
178 views

I am using Telerik RadControls for ASP.NET Ajax version 2009.3.1103.20.  When I mouse over an appointment in the RadScheduler, I get a Microsoft JScript runtime error: 'null' is null or not an object in the _onAppointmentMouseOver function.  The problem is that the second call to getAppointmentFromDomElement (italiczed below) returns null ( 'j' is null ).  It seems like a bug that we are making two calls to getAppointmentFromDomElement().  Is this a known problem?  Is there a fix available?


_onAppointmentMouseOver:

function(l){if(this._resizingState.resizing||this._dragging){l.stopPropagation();

 

return

 

;

 

}

var k=this.getAppointmentDomElement(l.eventMapTarget);

 

var

 

j=this.getAppointmentFromDomElement(k);

 

var

 

n=(j.get_allowDelete()!=null)?j.get_allowDelete():this.get_allowDelete();

 

Bozhidar
Telerik team
 answered on 07 Aug 2014
1 answer
81 views
Hi, 
I am encountering an issue with Rad Scheduler.  The scenario for reproducing the issue int the Demo of Rad scheduler (http://demos.telerik.com/aspnet-ajax/scheduler/examples/month-view/defaultcs.aspx#) is :
 1. Open The demo month view page from http://demos.telerik.com/aspnet-ajax/scheduler/examples/month-view/defaultcs.aspx#. 
  2. Remove all the appointments from the scheduler   
3. Create a new “Test” Appointment.   
4. Re size the scheduled appointment to 20th January. It will only get resized till 7th January. 
The following JavaScript exceptions are generated (and more keeps on adding with moving mouse around)  
The full Screen shot with exception is given below: Please review this issue and let me know a resolution at the earliest. 
Bozhidar
Telerik team
 answered on 07 Aug 2014
1 answer
92 views
On a Windows 8 pc with touch screen, (tried dell and surface pro) I have my radtext box set to allow the user to grab the lower right corner and increase the height of the radtextbox.

It works fine with a mouse, works fine on android with a touch, but on Windows 8 the touch IN the multiline text box will scroll text properly BUT you cannot select the right/down arrow to allow resizing  the radtextbox.

Am I doing something wrong or is this a windows 8 issue??

thanks for any info!
Vasil
Telerik team
 answered on 07 Aug 2014
3 answers
531 views

 Hello, 

I am working on a project with a RadGrid.
One column is a Date/DateTime type.

When I execute an “EqualTo” filter, even though I enter a full date and time value, the time disappears. Therefore, the filter
is executed just with the date value and does not give me the correct results.

Please see the following video:
[Video Link]

Here are my questions:

  • How can I fix this problem?
  • How can I add the filter option “contains”?
  • How can I get results inside a time range (between two dates)? 

Thank you,
Daniel.

Angel Petrov
Telerik team
 answered on 07 Aug 2014
3 answers
286 views
Hi There,

I'm using a rad window to display pdf. Can we customize the mouse events such as click inside of a rad window, if it can, How?
ayyappa
Top achievements
Rank 1
 answered on 07 Aug 2014
6 answers
329 views

Have anyone experience same problem like me?

I have a MutiView, in one of the View it contains a UserControl, the UserControl contains a RadComboBox.

Then I have an RadWindow open with client script, once the RadWindow closed, it called the window onclose client script and do a postback to the RadAjaxPanel (it contains the MutiView).

So I can see the LoadingPanel it appears over the MutiView, but after the load, all combobox, panelbar inside the UserControl is like frozen, when I click on the combobox, it doens't popup the list, when I click on the PanelBar, it doesn't expands or minimize.

//Edit:
All other postback is working fine, i.e: Before postback from RadWindow, the RadComboBox is working fine, but after the postback from RadWindow client-onclose java script to trigger the AjaxResponse everything freeze...
The only solution I can think of is... instead of letting java script to trigger the AjaxResponse, I made another RadButton that has a server side OnClick event (hooked up to the event what AjaxResponse should triggers), then when RadWindow client-onclose, java script will trigger a client click on the RadButton so it will trigger the OnClick event.... In this case, it works fine.....

Thanks in advance.

King

Shinu
Top achievements
Rank 2
 answered on 07 Aug 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?