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
595
Display collection properties in FieldChooser
posted

I am trying to display the collection properties such as string[] in Fieldchooser. Its being displayed in datagrid but not in FieldChooser. Please let me know what should I do ?

Parents
No Data
Reply
  • 6365
    Offline posted

    Hello Ramesh,

     

    Thank you for choosing Infragistics.

     

    I have been looking into your issue and I have prepared a sample application for you to test.

     

    Would you please provide me with more detailed information on what you mean by saying collection properties? Are you referring to the properties of the DataItem for each DataRecord? If you keep the AutoGenerateFields property to it's default value (True), then all public properties of your DataItem class are visualized by default as Fields and they are contained within the FieldChooser as well.

    Would you please modify the sample application according to your behavior so the issue is reproduced and send it back to me? Having this information would help me further investigate this matter for you.

    XamDataGrid_fieldChooserProperties.zip
Children