Ticket Q427220
Visible to All Users

TreeListControl - update visual

created 13 years ago

Hello ,
I have an TreeListControl that is bound to a user class.
I have a style for a column in the tree. The colum is bound to a field in my class.
When I first load the tree everything just fine, the cell background change according to the field.
If I change the color of the background, the color does not change.
While debugging I noticed that after I change the color the RowColorConverter is not accessed by the tree, so no change appear.
Do I need to reaply the style to this column manually??

Thanks

Answers

created 13 years ago (modified 13 years ago)

Hi,
Thank you for your inquiry. Most likely, the cause of this issue is that your datasource class does not provide data notifications. I suggest you implement the INotifyPropertyChanged interface in your datasource object.
Please try this approach and feel free to reactivate this thread if the issue is not resolved.
Thanks

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.