How to combine two columns in just one dataField?
<dxi-column
dataField="[Year, Make, Model]"
caption="Vehicle"
width="auto"
[minWidth]="100"
></dxi-column>
I want to combine the Year, Make, and Model field in just one column, resulting their values will just separated by a space when displayed on a table.