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.
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.
I have tested the mentioned and all data types are displayted correctly.
Let me know if you still experience the issue and I will be glad to research it further,
Regards,
Stefaniya
I'm not sure why, but I simply replaced the tree with a fresh control and the problem is now gone.