Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
156 views

 

Hello,

I am new to Telerik. I am struggling with finding a list of methods and properties for the RAD controls.

 I can see from intellisense that the controls have a lot to offer.

 I was able to find the code samples, I downloaded the "Rad Controls AJAX Courseware", and found other documents online - but I was did not find a list of properties and methods (like the you would find on the MSDN site).

 Can someone direct me to the right location please?

 Thank you,

Slav
Telerik team
 answered on 12 Jul 2012
5 answers
194 views
I am getting XSL data in the RadEditor with EditMode as HTML in the mark-up. But the Editor is automatically modifying my XSL data and showing it in Rad Editor. I want exact same data to be shown. I tried adding ContentFilter="ConvertToXhtml" but it didn't work.

What should I do to show my XSL data in Rad Editor exactly same as in database?

FYI: I have set Rad Editor in Editmode="HTML" so there is no option of switching modes.

HELP!!!!!!!!!
Rumen
Telerik team
 answered on 12 Jul 2012
5 answers
179 views
Hi, Telerik Team

How to automatically change the start time and end time of appointment item to new value after moving the appointment item in telerik Scheduleview to new place?
Plamen
Telerik team
 answered on 12 Jul 2012
1 answer
209 views
Hi, i'm trying to upload some files and write them away.
But everytime i do a postback the files are gone, anyone have an idea what i'm doing wrong ?

Front end code
<telerik:RadAsyncUpload runat="server" ID="RadAsyncUpload1" MultipleFileSelection="Automatic">
</telerik:RadAsyncUpload>


Backend
Protected Sub btnsaveimages_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnsaveimages.Click
         If RadAsyncUpload1.UploadedFiles.Count > 0 Then
             For Each file As UploadedFile In RadAsyncUpload1.UploadedFiles
                 file.SaveAs("~/" + file.FileName)
              Next
         End If
     End Sub

Or on fileuploaded
Sub RadAsyncUpload1_FileUploaded(ByVal sender As Object, ByVal e As FileUploadedEventArgs) Handles RadAsyncUpload1.FileUploaded
 
        e.File.SaveAs(Server.MapPath("~/Upload/Images/ImgGallery/2/" + e.File.FileName), True)
 
    End Sub


I always get the following error: 
Could not find file '***********\App_Data\RadUploadTemp\1341910388330Lighthouse.jpg'.


Bozhidar
Telerik team
 answered on 12 Jul 2012
1 answer
123 views
Hello,
We faced a problem that undo/redo functionality does not work correctly in IE9.
The issue can be reproduced on RadEditor demo.

1. Place a cursor into the text begining.
2. Press Enter several times.
Undo/Redo buttons do not work for such a change.

Could you please respond if it can be fixed?
Vessy
Telerik team
 answered on 12 Jul 2012
1 answer
88 views
System: ASP.NET AJAX: 2012.2.607.40

Hello,

I would like to follow in a client event, like JQuery mousemove, the row being dragging. I saw that nothing exists in RadGrid in comparaison with the RadListBox::OnClientDragging.

With JQuery and by using client events RadGrid::OnRowDragStarted and RadGrid::OnRowDropping, what is possible to do to track the mouse move by keeping compatibility with RadGrid existing client events (and functionalities)?

Note: I tried to bind JQuery mousemove event on the element args.get_id() in the RadGrid::OnRowDragStarted event, but this element, args.get_id(), was the row staying in the RadGrid, not the dragging one.

Thank you,
Alain
Eyup
Telerik team
 answered on 12 Jul 2012
6 answers
167 views
Hi,

I have followed example provided in below link to export, this exports to a PDF fine, but this opens a dialog asking for open or save the PDF. is it possible to open the PDF directly without showing the open dialog.


http://demos.telerik.com/aspnet-ajax/scheduler/examples/pdfexport/defaultcs.aspx

Thanks
Peter
Telerik team
 answered on 12 Jul 2012
2 answers
150 views

Good morning guys, I'm currently stuck on a particular problem here.
Currently on edit mode I have a procedure for the "Update" button to execute a procedure (done via the wizard)

Now I'm trying to add a stored procedure on the "Cancel" button. I need to validate some data

Can I add the command here ?
Kindly please help? I know this is easy for experts out there

If e.Item.IsInEditMode Then

 

 

 

 

 

 

If TypeOf e.Item Is GridDataInsertItem Then

 

 

 

 

 

 

Dim editItem As GridEditableItem = DirectCast(e.Item, GridEditableItem)

 

 

Dim InsertButton As ImageButton = DirectCast(editItem.FindControl("PerformInsertButton"), ImageButton)

 

 

Dim CancelButton As ImageButton = DirectCast(editItem.FindControl("CancelButton"), ImageButton)

 

CancelButton.Visible =

True

 

 

 

 

 

 

Else

 

 

 

 

 

 

Dim editItem As GridEditableItem = DirectCast(e.Item, GridEditableItem)

 

 

Dim updateButton As ImageButton = DirectCast(editItem.FindControl("UpdateButton"), ImageButton)

 

 

Dim CancelUpdateButton As ImageButton = DirectCast(editItem.FindControl("CancelButton"), ImageButton)

 

CancelUpdateButton.Visible =

True

 

 

 

 

 

 

End If

 

 

 

 

 

 

End If


Thanks in advance :)

 

aj
Top achievements
Rank 1
 answered on 12 Jul 2012
1 answer
224 views
Hi,
     I have a radgrid in which filtering is enabled. I want to get the text typed in filter text-box on clicking an external button. Any help will be humbly appreciated
Savyo
Princy
Top achievements
Rank 2
 answered on 12 Jul 2012
2 answers
131 views
I have a rad treeview and a checkbox in my web page. I want to allow the node to expand only if the checkbox is checked
Ivana
Telerik team
 answered on 12 Jul 2012
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?