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

How to remove only checkBox in RadUpload Control

2 Answers 106 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Rahul Khinvasara
Top achievements
Rank 1
Rahul Khinvasara asked on 03 Jul 2009, 12:56 PM
Hi,
I am using RadUpload control,I want to remove check box which appear in RadUpload control?
Can I do like that?


Thanks in Advance

2 Answers, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 03 Jul 2009, 01:01 PM
Hi Rahul Khinvasara,

You can tune the outlook of the RadUpload using the ControlObjectVisability property. More information on how to use the it can be found here.

Alternatively you can use the following CSS to hide the checkbox:

.RadUpload .ruCheck 
        { 
            display:none
        } 


Sincerely yours,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
james knight
Top achievements
Rank 1
answered on 21 Apr 2011, 01:34 AM
Hi. That works perfectly.. I have to say, Im very impressed with the fast response telerik gives. Above all, the Css they provide works seamlessly..
Tags
Upload (Obsolete)
Asked by
Rahul Khinvasara
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
james knight
Top achievements
Rank 1
Share this question
or