Hi.I am binding my class to the Ultra Tree in my multi language application. I use the DisplayName-Attribute for translate the properties in this class but i have the problem, that my BindingList<t> properties with other sub classes ignores that attribute. After binding i have tried to rename the nodes manually but this was been automaticaly reseted. How can i translate the BindingList<t> properties?
Thanks for help
Sven
Hi Sven,
Does this work for other controls? For example, if you bind your DataSource to the Microsoft DataGridView control, does it show the DisplayName? If so, then I'd consider this a bug in the tree.
Anyway, what exactly are you trying to change the display name of? I assume you mean the column headers, since you mentioned properties. You should be able to set the HeaderCaption of each column in your ColumnSet. There's no reason why the tree should be re-setting it, unless you are doing something like re-binding the tree.
Hi,
If you refer to changing nodes text, please check the following forum posts: http://community.infragistics.com/forums/p/46103/249001.aspx#
Can you please give us more details about your scenario if I misunderstood your question.
Regards,
Stefaniya