This is a migrated thread and some comments may be shown as answers.

Definitive Control Reference Document

4 Answers 47 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 2
Mike asked on 01 Jul 2010, 04:16 PM
I have used Telerik Rad Controls for several years and even with that experiance I find by far the most time I spend on a task is trying to find information about the controls.   The help files never give the complete picture and it takes ages to trawl through the online forums, etc.   Is there not a single document or even one document per control which includes a complete and definitive list of ALL the properties, methods and events, both server and client side and shows the structure of control, the CSS classes and where they're used. 

Your libraries are brilliant but they're not cheap.   I really shouldn't have to play detective to find out how to use them.

Mike

4 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 01 Jul 2010, 05:07 PM
Hello Mike,

The repository where all properties, methods and events (client and server) are kept is the online or offline documentation of RadControls for ASP.NET AJAX. You get access to both of them from this page on our site. I believe the content inside the help can provide the information you are searching for.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Hasan
Top achievements
Rank 1
answered on 31 Aug 2010, 05:43 AM
Hi 

I am trying the radupload control and having problem in saving the file in the projects image folder. Also I dont want the Add and delete buttons as I want only one file to be uploaded without progress bar. I am new to it please help.
0
Sebastian
Telerik team
answered on 31 Aug 2010, 09:54 AM
Hello Hasan,

I think that you can find the information you need to configure RadUpload in par with your preferences in the online demos and documentation of the product. Let us know if you have additional questions.

Best regards,
Sebastian
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Hasan
Top achievements
Rank 1
answered on 31 Aug 2010, 10:57 AM
I have figure out how to turn off some off the buttons. 

Imports Telerik.Web.UI...
Protected Sub Button1_Click(ByVal sender As ObjectByVal e As System.EventArgs) _
  Handles Button1.Click
    For Each f As UploadedFile In RadUpload1.UploadedFiles
        f.SaveAs("c:\my files\" & f.GetName, True)
    Next
End Sub


Now if I change the path from "c:\images\" to "~\images\" it gives me error that relative path is not supported. Is there any walk around for this.
Tags
Documentation and Tutorials
Asked by
Mike
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Hasan
Top achievements
Rank 1
Share this question
or