Hi all,
I want to display the values of five selected db fields in one cell of the grid.
And not as a select, but like a comma seperated list.
any hints or ideas?
Best regards
Michael
2 Answers
Hello,
You can concat() all fields with comma in select sql command and alias it as a column to map in grid.
Your Answer