We are useing Silverlight Radupload Control Can you please help in below questions.
1) How to make "Selected Files area Invisible:
2) How to make browse & Submit button Invisible
5 Answers, 1 is accepted
Using both MinHeight and Height will allow you to define smaller RadUpload. On the other hand , you will have to play with the default template - please check out the attached project where I've edited it and have set Height 0 on the "ProgressArea" and "ScrollViewer" which holds the SelectedItems's ItemsPresenter. Please let us know if you need further assistance on this.
All the best,Petar Mladenov
the Telerik team
And catch browse event in mvvm ?
These Buttons a re Collapsed in the attached solution. Do you need something different? If so, could you please elaborate more on the desired effect?
You can use the MVVM Light Toolkit and the EventToCommand Behavior.
Petar Mladenov
the Telerik team
You can check out our Localization help article for RadUpload. Hiding the Buttons of the RadUpload is described in this article. Let us know if this helped you or not.
Petar Mladenov
the Telerik team