Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
935
Setting field visibility on a grid with an external ToggleButton
posted

The binding for visibility for the following is not working:

 <igDP:Field Name="Owner"
	 FixedLocation="FixedToNearEdge"
	 Label="Owner"
	 Width="90"
	 Visibility="{Binding IsChecked,ElementName=ExtendedDisplayToggleButton,Converter={StaticResource booleanToVisibilityConverter}}">
 </igDP:Field>
Parents
No Data
Reply Children