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
390
Bound Numeic Data Not Visible
posted

In a c# application I bound an ultraTree control (version 2010 volumne 2) to a dataset table. Everything works fine except that only my date- and string-format data shows in the tree. I've confirmed that decimal-type data is in the underlying table, but in the tree, if it's there, it's invisible. I suppose I'm missing something obvious. Thanks for help.

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    My guess is that somehow you bound the three to the data source at a point when the decimal field was not there and the tree created the column sets without this field. Then when you added the new field, the tree column set was already there and didn't pick up the new field.

    Creating a new tree created new columns sets with all the fields.

Children