Hi,In my Xamarin form project AFTER UPGRADING sfDataGrid from 17.3.x to 17.4.x, when try to set the grid selected item I keep receiving 'RowData is null in Find is not valid operation sfdatagrid' exception!
if (dgGrid.View?.Records.Count > 0)
{
dgGrid.SelectedItem = dgGrid.View.Records[0].Data;
}
any thoughts or suggestion?