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

is there telerik control used as file upload ?

4 Answers 256 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Doraemon
Top achievements
Rank 1
Doraemon asked on 11 Apr 2014, 04:09 AM
Hi,

I want to upload 1 file so I try to find a Find upload control. I checked all telerik controls but didn't find any control about file upload. Is there telerik control used as a file upload ?

4 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 11 Apr 2014, 01:27 PM
Hi Cam,

Thank you for writing.

UI for WinForms does not contain such a component. It is more suitable for a web application rather than a desktop one. Still, if there is demand for such in future, we will consider adding such a feature request.

At the following article you can find a suitable suggestion: http://stackoverflow.com/questions/13377932/file-upload-in-c-sharp-windows-application.

I hope that you find this information useful.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Doraemon
Top achievements
Rank 1
answered on 12 Apr 2014, 04:27 AM
Thanks Stefan,

I have other questions. When I review your winforms demo, I like the layout of it.

Left hand area is all controls menu.
Right hand area is content of each menu.

I want to apply this layout into my project so can you tell me which controls you used? which control is used for left hand area, which control is used for right hand area (user control, form ...).










0
Doraemon
Top achievements
Rank 1
answered on 12 Apr 2014, 04:29 AM
Moreover, Can you share me an example code to archive this ? When I run, it opens a form. left hand area is menu, right hand area is its content. click a menu, its content is displayed in right hand area. click << in menu, the left hand area is collapsed. Thanks.
0
Stefan
Telerik team
answered on 14 Apr 2014, 01:10 PM
Hi Doraemon,

Thank you for writing back.

The expandable control that you see in our demo application is a custom control built precisely for it, which is not distributed with the suite. However, there was demand for such control, hence we introduced it. It is called RadCollapsiblePanel. You can find its documentation here: http://www.telerik.com/help/winforms/panels-and-labels-collapsible-panel-overview.html.

Inside of this expandable control, there is a RadListView with items in it. 

As to the right hand side, there is RadPanorama with tiles, and when a tile is clicked, a UserControl is shown.

Attached you can find a sample of this.

Regards,
Stefan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Doraemon
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Doraemon
Top achievements
Rank 1
Share this question
or