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

RadPickerBox - retrieving value from texbox

1 Answer 56 Views
PickerBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Luca
Top achievements
Rank 1
Luca asked on 10 Mar 2014, 10:52 PM
Hello! I am currently having an issue regarding your <telerikPrimitives:RadPickerBox> component.
This is the xaml usage of it in my app:

<telerikPrimitives:RadPickerBox x:Name="box_change" Width="0">
<StackPanel Background="White">
        <StackPanel Height="618">
                <PasswordBox Name="NewPassword1" Padding="2,8,2,8" Margin="10,0,10,0" Style="{StaticResource PasswordBoxStyle}" />
</StackPanel>
</StackPanel>
</telerikPrimitives:RadPickerBox>

I am currently in need of retrieving, from my C# code, the value "password" of the field "NewPassword1", still I am unable to do that.
I already tried retrieving it with something like this:

box_change.NewPassword1.Password

but, of course, else I wouldn't be asking this question right now, this way doesn't work.

What would you suggest to retrieve the value?

Thanks in advance,

Luca

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 13 Mar 2014, 11:51 AM
Hello Luca,

I have answered your support ticked that contains the same question.

Regards,
Victor
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
Tags
PickerBox
Asked by
Luca
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or