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

Setting RadNumericUpDown value in WebAii

1 Answer 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Frank Richardson
Top achievements
Rank 1
Frank Richardson asked on 13 Oct 2010, 07:37 AM
Hi.

What automation property do I use to set the value of a RadNumericUpDown?

I have tried using "new AutomationProperty("Value", typeof(double?));" but it expects a value of type "Nullable" and simply declaring a variable of "double?" does not work.

Thanks in advance if anyone can help.

Regards
Frank

1 Answer, 1 is accepted

Sort by
0
Cody
Telerik team
answered on 13 Oct 2010, 11:46 PM
Hello Frank Richardson,

It would probably be easier to use code like this:

// radnumericupdown: Type '8512' into TextboxPickertextbox
Pages.Silverlight4Controls2.SilverlightApp.TextboxPickertextbox.Text = "";
Pages.Silverlight4Controls2.SilverlightApp.TextboxPickertextbox.User.TypeText("8512", 50);

Kind regards,
Cody
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
General Discussions
Asked by
Frank Richardson
Top achievements
Rank 1
Answers by
Cody
Telerik team
Share this question
or