I have a situation using the XamGrid where I need to be notified by the column chooser that a column was hidden/shown, but I have been able to find neither an example of this being done nor events to set on the control to handle this state change.
Does anyone know how this can be done on the XamGrid?
Thanks,
John
Hello John,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi,
I am trying to increase the width of column chooser indicator of the xamGrid.Currently the default behavior of the column chooser indicator in the xamgrid is that it shows a small blue coloured line when the column is hidden.
I have been able to set the style of column chooser dialog box but not able to set indicator's style.
<ig:XamGrid.Resources>
<Style TargetType="igPrim:ColumnChooserDialog" >
<Setter Property="Background" Value="{StaticResource ColumnChooserDialogBackgroundBrush}"/>
<Setter Property="BorderBrush" Value="{StaticResource ColumnChooserDialogBorderBrush}"/>
<Setter Property="BorderThickness" Value="1"/>
</ig:XamGrid.Resources>
Is there any way that I can change the colour or the width of column chooser indicator.
Thanks in advance Vinay