I produced an example for binding the background color of a row to my datasource.
its simple (see attachment) and works great.
BUT using the same technique for the isexpanded property nothing is working ; (((
could anyone PLEASE help ?
ps. im using infragistics.WPF3 but its tested with infragistics.wp4 too and its not working ; (
regards
Hello,
I have been looking into your issue and have found a forum thread that has a solution fo you: http://community.infragistics.com/forums/p/37606/218290.aspx
Please let me know if you require any further clarification on the matter.
Hi Petar,
i just noticed that i havent stated in advance that i need a repair date not a workaround.
sorry about that. hope you didnt spent too much time searching.
I have been further investigating this behavior and it appears that it is caused by some contradiction between the style you are setting and the internal implementation of the expanding functionality. The result seems to be expected since the value precedence of a keyless style setter is of the lowest rank and setting the same property explicitly through code is of the highest and this is why we cannot fix this at this time without ruining the expanding functionality we have. You can read through this article for more information on the matter: http://msdn.microsoft.com/en-us/library/ms743230.aspx
I can suggest you try doing this in a IValueConverter that is used in a binding that is by the change of your Boolean value.
hi petar,
i have been expecting something like this.
thanks for your help