2
Answers

several Table coulums in one DataGrid Colulmn

Carlos Sanchez

Carlos Sanchez

20y
1.8k
1
Is there any possibility to diplay several columns of a table in one column of a DataGrid? eg: I heve a table with the below Columns: - IDEmployee - Name - LastName - SecondLastName So, in a DataGrid, in the first column I want to display the ID, and in the second column I want to diplay the complete name (Name, LastName n' SecondLastName) is it possible? thanx in advance.
Answers (2)