I am attempting to use a DataGridPickerColumn. I am able to get my source list to show up and also have it bind to my property, but whenever I use the ItemDisplayBindingPath, the app is crashing with a null reference exception. Whenever I take out ItemDisplayBindingPath, I do not get the exception. My ProductModel class and the XAML I am using is below:
public
class
ProductModel
{
public
int
Id {
get
;
set
; }
public
string
Name {
get
;
set
; }
public
string
Units {
get
;
set
; }
}
<
tkDataGrid:DataGridPickerColumn
ItemsSource
=
"{Binding BindingContext.Data.ProductModels, Source={x:Reference schedulePage} }"
ItemDisplayBindingPath
=
"Name"
PropertyName
=
"Product"
HeaderText
=
"Product"
/>
Hi,
Is there an example out there of the segmented control with images, but in XAML ? I don't want to make a binding just for that.
Thanks
Regards
Olivier
I am having a real issue with the SuggestionItemSelected="TxtmanualStockCode_SuggestionItemSelected" it doesnt allow the return of a full code as soon as the user enters the first letter it fires.
Is their anyway to detect if the user has pressed the return key on the google g board keyboard?.
https://docs.telerik.com/devtools/xamarin/controls/chart/axes/axes-numerical-axis
According to the documentation the properties "Minimun" and "Maximum" are calculated depending on their values.
In "IOS" it seems that is not so. Should I initialize some property?
Thank you in advance
Ignacio Lakidain
Hi,
Is it possible to "open the swipe menu" when clicking a row? (Some times the user is not aware about swiping is possible.)
I've noticed that whenever a segmented control first gets rendered onto a page, its height "animates" to its final height. This is fairly ugly behavior.
Hi,
I'm trying to displays the count of items instead of the percent value as label in my PieChart. I tried to use a CustomLabelRenderer as shown in the documentation (Chart Labels Customization) without success.
Maybe someone can share some simple sample code for for my problem :)
Hi,
i am copy the code from here but when i tried to preview the code, it is not showing
Refer to image
Would like to know is it possible to style segmented control to look like switch?
Refer to image