Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
490
XamDataGrid Field not working, need to use UnboundField
posted

Hi,

Hope you can help me.

My XamDataGrid settings are:


<igDP:FieldSettings AllowRecordFiltering="False" AllowEdit="False" Width="Auto" AutoSizeScope="AllRecords" />

<igDP:FieldLayoutSettings AutoGenerateFields="False"  AllowAddNew="false"  AutoFitMode="Default" />

<igDP:XamDataGrid.FieldLayouts>

    <igDP:FieldLayout>

        <igDP:UnboundField Name="ItemUser.Name" BindingPath="ItemUser.Name" Label="Usr" />

        <igDP:Field Name="Description" Label="Description" />

    </igDP:FieldLayout>

</igDP:XamDataGrid.FieldLayouts>

 

If I change the UnboundField to Field, it doesn't work and hide all.

I'm sure the properties are there.

Could be the AutoGenerateFields="False" ?

How can I show a property of the object using Field like ItemUser.Name ? 

 

Any ideas?

Many thanks !!

 

 

 

 

 

Parents Reply Children
No Data