We are developing an angular application. I have to display records in a dxdatagrid having
Each time the schema will be different.Data coming from different table.
want to add/edit records
want to display controls corresponding to each data type
Any one please help to achieve the same.
You can use the attribute
[columns]on yourdx-data-grid.Example: on your component
on your view
References: https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxDataGrid/Configuration/columns/