Hello everybody,
I have a TableView with some cells. Some of them are editable, some are not.
I would like to use an EntryCell for showing a Label and a Text in a horizontal alignment. This entry cell should NOT be editable with the keyboard, instead I want to open an other page when I click (tap) on it. In this page a value is chosen with a complex search view and set in the entry cell afterwards (so it's not possible to use a simple picker instead to accomplish this).
Is that possible somehow?
When I just add an entry cell, no tap is firing when I click in the Text-area (the keyboard is opening per default). I would have to tap at the Label-area, which is not very intuitive for setting a different Text.
When I try to set entryCell.IsEnabled==false then no tap is firing.
Or could I use a TextCell and arrange the "Text" and "DetailText" in a horizontal way somehow?
Thank you for your opinions!