Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
65 views
I developed the scheduler on Radscheduler Q1 2009 using AdvancedTemplate option. As per my clients requirement I suppose to use the LIstbox control features of Q2 2009. So I upgraded the Telerik RadControls and added Q2 2009 Telerik.Web.UI to my project. Once I added Q2 2009 new telerik.Web.UI application started giving trouble. Like first it asked me to change the EnableCustomAttributeEditing to  AdvancedForm-EnableCustomAttributeEditing. After I changed that all the alignment and everything is changed in the scheduler and it throws-up some error on Advancedform.js.

I have gone through the Radcontrol Scheduler demo, it seems in Q2 2009 RadScheduler, the way of approaching the Advanced Template scheduler is different than Q1 2009. For example Q2 2009 I am not able to find the Advancedform edit or insert ascx files. So my question is that Q1 2009 Rad Scheduler is Compatabile with Q2 2009 or not????????

Fyi, I have customised the advanced template as per my project requirement also the application is already in production. If I want to change anything on the existing code, then I have to get the approval from my client. modifyihg the production code is almost not possible right now. So please give me a simple work around for this.

thanks,
KG
Peter
Telerik team
 answered on 31 Aug 2009
5 answers
274 views
Hi All, I'm trying to do a simple upload in a RadWindow using 2008 Q2.  I get errors on the upload with zip files only.  Maybe it can't be done, but I am unsure.  The error I get in Firefox is "Connection was reset by server".

My Web.config files looks right.  Not sure what is going on.

Thanks
Genady Sergeev
Telerik team
 answered on 31 Aug 2009
1 answer
74 views
Hello,

I have set the tool tip for the Day view , as on mouse over of the appointment with subject,startdate,description,location values

are displyed , but now on the Month view in the tool tip i can show only time and subject , will it be possible?

Can we create the Tool tip differently for day view and Month view ?

REgards
Samir

Schlurk
Top achievements
Rank 2
 answered on 31 Aug 2009
3 answers
139 views
I have a page with a header menu, left column, splitter, right column. The right column is showing different pages, dependent on menu item selections, using AJAX to change the NavigateURL in the right splitter pane.

Whenever the page in the right pane contains a ComboBox and then AJAX is used to change the right pane to a page that does not use a combobox the javascript DOM is corrupted. When the page is subsequently refreshed by pressing F5, or clicking a menu item that causes a full page postback, a javascript error is thrown in the following function of the ComboBox 'unexpected call to property or method':

_removeDropDown:function(){var b=this.get_dropDownElement().parentNode;  
b.parentNode.removeChild(b);  
 

This problem occurs in IE7 and IE8 but not Firefox.

Do you know of any workaround or fix for this problem?
Simon
Telerik team
 answered on 31 Aug 2009
2 answers
141 views
Greetings,

I'm using the ExportToPdf() functionality which is a nice feature.  Only draw-back I see so far is that it doesn't provide adequate navigation.  When the content of the RadEditor is loaded into the PDF page, the URL in the browser should change to reflect the PDF view.

However, the URL remains the same as the RadEditor page.  Consequently, if the user clicks the 'back' button, they go back two screens and the contents of the PDF and RadEditor are lost into never, never land. 

In theory, this application is primarily affording the user the ability to preview the RadEditor contents as opposed to using the PDF page to perform a save.  After the user previews the PDF, they should make a decision to perform a save from the RadEditor where all the custom buttons are located (i.e. Save, Edit, Delete).  If the user saves it from the RadEditor page, the html string will be saved to the database for further processing.

At this point I can only allow the user to preview in PDF because they can't navigate back to the RadEditor.  Is there something I'm missing?  Is there a way to give the PDF page a URL name?

John
Top achievements
Rank 1
 answered on 31 Aug 2009
1 answer
93 views
I have a pretty complex control (.net 3.5) that uses RadAjaxManager for all of its ajax interactions. I have entries there for every control that can initiate an Ajax request, along with all of the controls that each should update.

There is one button there that has recently stopped updating. In the past this has always been caused by it making some modification to a control that is not listed as one if its AjaxUpdatedControls.
  • I have verified that it works fine with Ajax turned off
  • I have stepped through in debug mode to verify that there are not Exceptions occurring during execution
  • I have tried adding the button as a Postback control, but this doesn't work as it is contained within a different control that is ajaxified
  • I have tried enclosing all controls on the page in a panel, and setting the panel as the button's sole AjaxUpdated control
  • I have stepped through in debug mode drying to discern all of the controls that might be updated from this button's click event.

Still, nothing works. I haven't been able to get to the root of the problem.

Note: The control in question is a RadGrid that is created dynamically during the post back. However, this has worked in the past with this button interaction, so I am not concerned about this being the cause of the current issue.

So my question: is there some way that I can detect what is causing the page to not be updated? Some debugging tool (either server or client side) that will tell me what which control I have missed? I have looked in the help manual for RadAjax, but haven't been able to find anything more specific about how to resolve this. Any help or advice would be appreciated.
Rosen
Telerik team
 answered on 31 Aug 2009
2 answers
190 views
I have a trewwview on the page

  <telerik:RadTreeView ID="RadTreeView1"  runat="server" Skin="Vista" OnNodeClick = "onNodeClicking"    
                             OnNodeCollapse="onNodeCollapse" OnNodeExpand="onNodeExpand" >     
                        </telerik:RadTreeView> 

The onNodeClick works fine but OnNodeExpand and OnNodeCollapse nver fires.  I wrote just basic code and put breaks in and  the code never makes to the break.
Eric Klein
Top achievements
Rank 1
 answered on 31 Aug 2009
4 answers
492 views
Hello,

I'm having some difficulties in how to filter values without using the filtermenu.
For example:
First: I Bind RadGrid using SqlDataSource1.
Second: It is possible to filter a RadGrid programmatically by a value obtained by a SqlDataSource2 ?

Since now I thankyou for any help.

Marcio Nascimento
Mr. Plinko
Top achievements
Rank 1
 answered on 31 Aug 2009
0 answers
128 views
I have  option in the context menu , "Show On" , in the schedulare for one date , when i click the all the appointments would show on the client application , and when i again do the Right click again on the same date "Show OFF" would be displyed instead of "Show On" , and Vice versa ...Will it be possible...?

REgards
Samir
Samir Patel
Top achievements
Rank 1
 asked on 31 Aug 2009
1 answer
122 views
Hi,

I have a problem with the checkboxes when creating child nodes via ServerSideCallback. The child nodes show fine when they get back to the client except the check boxes aren't appearing. The level 0 (top level) nodes are fine, they show the check boxes ok but child nodes don't seem to want to show at all.

I've spent quite a while on this now but haven't been able to fix the issue.

We are using the latest version of the 2009 Q2 release. The treeview has Checkboxes set to true and the child nodes have Checkable also set to true. Am I missing something here or could this be a bug?

Many Thanks in advance,

Steve.
Yana
Telerik team
 answered on 31 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?