Hello,
I need to show in a grid a ModelView of a complex object, with about 50 different fields.
If editing in inline or popup mode, I would need to scroll to much (horizontally or vertically) so I need to build a completely personalized form to insert/update data.
How is it possible to link to a personalized view from a EDIT/ADD buttons from the asp.net core grid?
And how to pass the mode (Insert or Update) and the ID (for Update operations) to this view?
Have you a sample code?
Thanks a lot,
Davide