In my Customers Index page I have a grid that displays all Customers.
When I click a row I open a Details page that shows all fields for a single record. I use a jqxDataAdapter as the record source.
To layout the Details page I use a jqxDataTable but if I don’t want a tabular layout I think the only option is to manually add a widget for each field which is tedious and repetitive.
Please make a “Details View” widget or wizard to automate this process.
I imagine that this is a common request so if you have a solution already please forgive my ignorance and point me in the right direction.