I am having an issue where the xamgrid groupby drop area is getting moved out of the bounds of the xamgrid when the parent containers look like this:
<Viewbox> <Canvas Width="500" Height="500"> <ig:XamGrid x:Name="igGrid" ItemsSource="{Binding Path=Collection}" AutoGenerateColumns="False" ColumnWidth="*" Width="500" Height="500"> <ig:XamGrid.Columns> <ig:TextColumn Key="Property1" HeaderText="{Binding Property1}" /> <ig:TextColumn Key="Property2" HeaderText="{Binding Property2}" /> <ig:TextColumn Key="Property3" HeaderText="{Binding Property3}" /> </ig:XamGrid.Columns>
<ig:XamGrid.GroupBySettings> <ig:GroupBySettings AllowGroupByArea="Top" /> </ig:XamGrid.GroupBySettings> </ig:XamGrid> </Canvas> </Viewbox>
Has anyone ever raised this issue before? Unfortunately the parent panels cannot be changed at this time. Trying to figure out a workaround.
Hello Jim,
We have shipped out a new service release where your issue is resolved. I'd be glad to find out if you had tested it out and if it had met your requirements.
You can download the Service Releases by logging to our web site and going to Account \Keys & Downloads.
https://ko.infragistics.com/my-account/keys-and-downloads/