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

RADComboBox Selected Value To RadUpload.

1 Answer 56 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Carl
Top achievements
Rank 2
Carl asked on 06 Jun 2011, 03:28 PM
How would I take the selected value from RADComboBox and pass it as a parameter to the upload handler for RADUpload? I have looked at the help section and see how to pass parameters but not from another RADControl. I need to pass pertinent information about the file(s) being uploaded and store that in our database to be used in conjunction with our document repository.

Thanks in advance for your help.

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 09 Jun 2011, 03:53 PM
Hi Carl,

Its fine that you have found how to pass the parameters in the documentation. So the rest is easy, if the ComboBox (for instance x:named "combo") and the RadUpload are placed in one xaml page you can get the selected ComboBoxItem with
this.combo.Selecteditem as RadComboBoxItem
in the event handler from which you wish to pass parameters. Please feel free to ask if you find difficulties in implementing this.

Best wishes,
Petar Mladenov
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
Tags
ComboBox
Asked by
Carl
Top achievements
Rank 2
Answers by
Petar Mladenov
Telerik team
Share this question
or