Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
96 views
I have a export PDF button.  I set my EditMode="InPlace".  When I export to PDF the textbox data does not show up.  How can I get the data to show up in the PDF file?
Pavlina
Telerik team
 answered on 03 Jun 2009
2 answers
365 views
Hi there.
I use some methods to automaticly save the windows content while closing. One of the tasks I do there is sending the content of my TextBoxes to hidden fields within my parent form:

 function OnClosePostBack() { 
                // Automatisches Speichern der Email beim Schließen (Entwurf)                 
               var parent_recipients = window.parent.theForm.ctl00$ContentPlaceHolderBody$Email_Recipients;                 
               var parent_subject=window.parent.theForm.ctl00$ContentPlaceHolderBody$Email_Subject; 
               var parent_body=window.parent.theForm.ctl00$ContentPlaceHolderBody$Email_Body; 
               var parent_id=window.parent.theForm.ctl00$ContentPlaceHolderBody$Email_Id; 
                
               var thisSubject = document.getElementById("txtMailSubject"); 
               var thisMailId = document.getElementById("JSmailId"); 
               var thisRecipients = document.getElementById("txtMailTo"); 
               var thisBody = document.getElementById("EditorMailBody2"); 
                
               parent_recipients.value=thisRecipients.value; 
               parent_subject.value=thisSubject.value; 
               parent_body.value=thisBody.Content; 
               parent_id.value=thisMailId.value; 
            } 

This works fine with txtMailSubject, JSmailId and txtMailTo which are all Textboxes. But I cannot reach the content of the "EditorMailBody2" which is a radeditor. The .Text property is undefined, also is the .Content-Property.
The .innerHtml-Property is filled but does not contain what I need. I'm searching for the "simple" Text-content of that editor.

Any hints?
Ole Albers
Top achievements
Rank 2
 answered on 03 Jun 2009
1 answer
120 views
I'm using the AdvancedInsert and Edit Forms with the Scheduler.  In the Forms I have a Custom Attribute.  When I insert a new appointment (OnAppointmentInsert) the value of the Custom Attribute comes back fine, but on an update (OnAppointmentUpdate) I always receive the value that it previously was.  Any suggestions would be great.
Peter
Telerik team
 answered on 03 Jun 2009
1 answer
98 views
I have a RadGrid with multiple columns.  One of which is a date column which is not visible (so we can sort by date).  The troublesome column is the string version of the date column.

It sorts as expected which is great.

If you enter an exact match for the filter it brings back the correct records (i.e. 06/08/2009 will bring back all records with that date).

For some reason though, if you then re-enter the filter text box, and don't change anything, simply pressing enter as if to reapply the filter, causes a java error (detailed below).

If you enter an exact date into the filter and press enter, then apply a second/third filter to one of the other non-date columns, it also works as expected.

However, if you apply a filter to one of the other non-date columns first, and then apply a filter to the date column (so it is not the first column you filter by) you get the same java error.

Can someone explain what I'm doing wrong please?

Some code is available on demand (confidentiality and all that...)

Java Error:

http://i198.photobucket.com/albums/aa92/Smudge202/DateColumnError.jpg

Thanks in advance for your help.

Raj Patel
Pavlina
Telerik team
 answered on 03 Jun 2009
3 answers
144 views
Currently I have a panel bar set to 175px wide.  Some of the items though are a bit longer than that which causes them to wrap.  I'm ok with them wrapping but the hover image is never more than one line high so it looks funny that only half the text is highlighted.  Is there a way to get the highlighting to expand when the menu item wraps to two lines of text?
Paul
Telerik team
 answered on 03 Jun 2009
1 answer
68 views
HI

 I am facing problem with dragging in radwindow.
while dragging radwindow inside data hidding.
how stop while dragging window.

please reply ASAP

Thx
Fiko
Telerik team
 answered on 03 Jun 2009
1 answer
102 views
I have a grid which is displaying a ASPX page in a RadWindowManager for editing purposes.

The code is copied directly from the following post link.

http://www.telerik.com/help/aspnet/grid/grdwindowediting.html

In my page that is my equivalence of the EditFormCS.aspx in the above example the Page_Load event is running twice.

The IsPostBack property is false both times.

Has anyone run across a similar situation?



Pavlina
Telerik team
 answered on 03 Jun 2009
1 answer
126 views
I have a radfileexplorer inside of a form view, which I want to use to select a thumbnail for a specific item. I can display the explorer, and it shows the appropriate folders, however, I cannot get it to set the initialpath. I've tried setting the property to "~/images/subfolder" and "/images/subfolder" and "/images/subfolder/" as well as putting the full uri to the folder...

I noticed that in the online examples, this is set in the code behind on page load. However, since the explorer is in the form view, I cannot seem to find a way to reference it. I tried FindControls() but it always returns null...

what is the correct way to do this?
thanks!
Fiko
Telerik team
 answered on 03 Jun 2009
1 answer
79 views
Adding RadAjaxManager still doing a full postback
Pavlina
Telerik team
 answered on 03 Jun 2009
1 answer
39 views
Hi,

Our organization has a picture library which contains thousands of images. Is there a way by which we can filter the images using Sharepoint search.
Any guidance or assistance is appreciated.

Stanimir
Telerik team
 answered on 03 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?