Hi!
I want to polish the UX for our Blazor ListViews.
What I want to achieve is, that all relationship properties in our ListViews became "navigateable", so that when I click on the property in the ListView column, it opens the corresponding DetailView of the item type.
See the following example:
In this example "Projects" have a relationship to "Customer".
When I click on the customer name in the ListView, the DetailView of the this item (e.g. "IBM") should be opened.
But when I click on the "Display Name" value ("e.g. "Projekt 2") then the DetailView of "Projects" should be opened.
Is this possible? Can this be done with some code changes?
Best regards,
Christian
Hi Christian,
We need additional time to research possible solutions. We will get back to you as soon as we have any news.
Thanks,
Stanley
Thx, I'll wait.