Hello,
I have a RadGridView and I don’t want to enable the Expand button (+) to expend (to be open) if the "IsDivided" property value =false.
I added a RowLoaded Event " RefundsGrid_RowLoaded" where I set the IsExpandable property of the row to false but it's not disabling the "+" to be expend (open) .
I read this blog:
http://blogs.telerik.com/xamlteam/posts/10-06-03/how---to-bind-to-isexpandable-property-of-gridviewrow-in-radgridview-for-wpf-with-attached-behaviors.aspx
But I'm not sure if it's relevant in my case.
On I put on "IsVisible" value false it work OK and don't show the (+). But when I Binding in to property IsDivided. it's not working
and the second option I try is this.
The code is as follows:
What am I missing?