Telerik Forums
UI for Xamarin Forum
1 answer
40 views

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.

Didi
Telerik team
 answered on 19 Feb 2025
1 answer
111 views
I am using a picker column in a grid for all rows. When I double-click anywhere in the rows, all the selected values refresh and ask to 'Select a bin' again.  Also, there are no click events triggered in the grid. How to solve this issue?
      <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>

Didi
Telerik team
 answered on 27 Oct 2023
1 answer
287 views

Hi,

I'm trying to change the line colour of RadListPicker popup,

Please help me.

 

Didi
Telerik team
 answered on 30 Jul 2021
2 answers
163 views

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

Didi
Telerik team
 answered on 12 Apr 2021
2 answers
138 views
In UWP apps, is there a way to add support for scrolling through the items via using a mouse wheel?
Neil N
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 25 Jan 2021
1 answer
374 views
Is it possible to modify the list picker to support the selection of multiple items?
Lance | Senior Manager Technical Support
Telerik team
 answered on 06 Jan 2021
9 answers
403 views

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

Yana
Telerik team
 answered on 11 Dec 2020
1 answer
152 views

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

Joe
Top achievements
Rank 2
Iron
Veteran
Iron
 answered on 05 Nov 2020
2 answers
193 views
Hello
I have a problem in using RadListPicker, I use telerik ui R3 2020.3.916.1 version for xamarin.
When I use the ListPicker the objects inside the list do not fit on ios while on android they do, for example if my item is very long it is cut and does not allow you to read it all.
The problem occurs exclusively on IOS, I noticed in the forum that some users had reported the same problem on the ListView component and that this had been solved with an update, at the moment I have updated telerik to the latest version available but the problem is not solved .
What can I do?
Thanks bye.
Federico
Top achievements
Rank 1
 answered on 12 Oct 2020
2 answers
465 views

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

Klayton
Top achievements
Rank 1
Veteran
 answered on 28 Aug 2020
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?