How to add several table columns in one DataGrid Column?
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.
Regards.