
Please check the attached video and sample and contact me if you have further questions.

When I set a breakpoint at the ItemTapped, I get the following for the obj, but not necessarily a way to target the cell. repositoryItemLookUpEdit1.DisplayMember 'BookName' repositoryItemLookUpEdit1.ValueMember 'BookID' Now, in the Book column in the grid, the BookID value is stored while the BookName value is displayed. Public Contact(string name, string phone) Public CollectionViewModel(INavigationService navigationService) : base(navigationService)ĭ.Init() Public ICommand ItemTapCommand => new Command(ItemTapped)

I am using DevExpress's Free Xamarin controls (they don't provide support) and trying to figure out how I can change something of the selected item cell, eg modify the text in the cell.
