Hai All,
I have a EntityCollection and i was binded using xamgridname.Datasource=EntityCollection; and i gave auto generatedfields as false.
In here i have first_Name and Last_Name as separate,But i want to show Name(Last_Name+First_Name) into a single column.
Is it Possible?
Hi,
Could you please, provide more detailed information about your Entity collection and the expected final result( lauout in the xamDataGrid).
Best Regards,
Yanko
In the FieldLayout,
<igDP:FieldLayout>
<igDP:FieldLayout.Fields>
<igDP:Field Name="First_Name" Label="First Name">
<igDP:Field Name="Last_Name" Label="Last Name">
</igDP:FieldLayout>
But i want to show these two columns into Single Column(First_Name+Last_Name).Displays the First_Name and Last_Name as NAME.