Is this possible change Column Name on Grid?
I have many SQL's with different column ex
SQL1 column X1, X2, X3
SQL2 column Y1, Y2, Y3, Y4, Y5
In this time I have Entity with Column Name like COLUMN1, COLUMN2 etc.
On result SQL I have two grids - first grid show translation from COLUMN1 to X1 or Y1. On second grid I have sql result. I would like change Column Name to Name like SQL. Is this possible?