Hi,
I am assigning a dynamic datasource to XamDataGrid. And as shown in one of the posts I am creating an Unbound Field to show a common header. But it is not working out for me. Can any one please help on this? I have attached the sample project. I want to have a header above the columns C1 & C2. Using the settings <igDP:FieldLayoutSettings AutoGenerateFields="False" AutoArrangeCells="Never"/> is not showing any columns as the data source is runtime.
Thanks
Prasad
Hi Prasad,
I am glad that you have figured out the missing names. Thank you for sharing it as it could be useful for other community members.
Figured out the problem myself. I have not given the same column names in xaml that are defined in datasource :-)
Regards