GridPickerColumn : nullable binding

Dear Syncfusion,

I have a grid with a GridPickerColumn. This column can be nullable.
When I double Tap the column the Picker does not appear, instead the programm crashes.
When I remove the null-entry, the programm works correctly




public class PickerItems
{
public int? Id {get; set;} //when one entry has NULL as value, the programm crashes !
public String Name {get; set;}
public override ToString()
{return Name;}

}



Can you please help me out.

Regards,
Gert

1 Reply

SK Suriya Kalidoss Syncfusion Team May 11, 2018 12:08 PM UTC

Hi Asterinex, 
We had analyzed your query. We found that binding null item to picker, issue is reproduceable on our side and this issue is related to Xamarin Forms picker. We had created bug report and you can track the status of Framework bug in the below link 
Regards, 
Suriya K 


Loader.
Up arrow icon