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
1104
LoadFromXml() and ValueLists
posted

Hi,

when I load a grid layout with LoadFromXml(), and the layout contains a column with a ValueList, the dropdown list does not appear.

You see the down-arrow button of the combobox in the cell, but there are no items.

I have to manually set the ValueList property for the column again to see the values of the list.

This also happens when using a BindableValueList.

Is this a bug or did I do anything wrong?

Thanks for your help.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    How are you creating your ValueLists and how you are attaching them to the grid?

    I'm not sure, but the grid might not be able to save the ValueList along with the grid layout unless you add it to the grid.DisplayLayout.ValueLists collection.

Children