I found that when I scroll items to last item and then immediately tap OK, value is not selected.
But when I scroll, wait and then tap ok item set properly.
<telerikDataGrid:DataGridPickerColumn PropertyName="BinName" HeaderText="Dest_Bin" CanUserEdit="False">
<telerikDataGrid:DataGridPickerColumn.CellContentTemplate>
<DataTemplate>
<StackLayout Orientation="Horizontal">
<Picker x:Name="BinPicker" Title="Select a Bin" ItemsSource="{Binding Dest_BinList, Converter={StaticResource BinSiteListConverter}}" SelectedItem="{Binding BinName}" SelectedIndexChanged="SiteBinPicker_SelectedIndexChanged" TextColor="Black" TitleColor="Coral" FontSize="15" >
</Picker>
</StackLayout>
</DataTemplate>
</telerikDataGrid:DataGridPickerColumn.CellContentTemplate>
</telerikDataGrid:DataGridPickerColumn>
Hi,
I'm trying to change the line colour of RadListPicker popup,
Please help me.
I am working on styling the display label. My hope is to get it to look like nearly identical to an RadEntry.
I have actually gotten pretty close, but one thing missing is a border. ListPicker has a BorderColor property, but this does not actually put a border around the label, it is just an underline. Is there a way to get an actual border without having to wrap the control inside a actual Border control?
Thanks
-Joe
I have a small list, so would like to decrease the height of the ListPicker popup. Is there a way to control this height?
Thanks
I am trying to fid a way to reset the text on the ListPicker to the original placeholder text. I use the ListPicker to run a filter on another list and when they clear this filter I want the text to return to the original. I have searched through the properties on the ListPicker and cannot find where this 'picked' text value is
Thanks - joe
Good night friends,
How can I detect the cancel event?
When the confirm button is pressed,
I'm using the event:
_listPickerProduto.SelectionChanged + = listPickerProduto_SelectionChanged;
In the case of the cancel button I didn't find how to do it.
Thank you for your help