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

Is not possible select a index dinamically.

1 Answer 106 Views
ListPicker
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Joshua
Top achievements
Rank 1
Joshua asked on 03 Jan 2011, 04:51 PM
Before to show the picker list, I select, on runtime the index that I want, but always shows the element on index '0', see the attached images. 

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 06 Jan 2011, 08:34 AM
Hello Joshua,

Thank you for contacting us and for your interest in RadControls for Windows Phone 7.

This is a known problem with our List Picker control. We have already fixed it and the fix will be publicly available in our next release - expected at beginning of next month(February).

If you are using the control in Inline mode (that is the InlineModeThreshold property should be higher than or equal to items count) you may try the following workaround:

private void MainPage_Loaded(object sender, RoutedEventArgs e)
{
    this.radListPicker1.IsExpanded = true;
    this.radListPicker1.IsExpanded = false;
}

I would like to thank you for your time and for bringing our attention to this issue. Do not hesitate to contact us with any questions/suggestions you may have - your feedback is most welcome.


Greetings,
Georgi
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
ListPicker
Asked by
Joshua
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or