I have:
- DataTable with three columns: 
Id,FName,LName. - Data Grid with two columns: 
Id,Full Name. WhereFull Namecolumn is combination ofFNameandLName. 
How can the Full Name column of DataGrid can be bound to two Data Source columns (FName and LName) without any string manipulation?
                        
You could add a new column to the datatable
e.g.:
}