Error when clicking on the Grid in Xamarin?

0

Very good, it turns out that I'm using DevExpres to draw the data collected from the services in a Grid . What I want to do is that when I click on one of the rows of the grid, I will return the selected data.

I have created the event that performs that action, which is RowTap .

My problem occurs when I click on the grid that does not do anything, does not respond. and when I go back, the application closes.

The only error I could find is the following:

System.NotSupportedException: Unable to activate instance of type Xamarin.Forms.Platform.Android.LabelRenderer from native handle 0xff926774 (key_handle 0x253c7cd).
    
asked by Jose Manuel Talaveron 31.10.2018 в 09:42
source

0 answers