Hi,
I have a strange problem with the grouping function of the grid.
When I try to drag a column in the GroupByArea, I see the drag animation, but when I release the mouse button to put the column inside the GroupByArea nothing happens. It still is not grouped and the column doesn't appear in the GroupByArea.
Grouping is allowed on my grid:
grid.GroupBySettings.IsGroupable = true;grid.GroupBySettings.AllowGroupByArea = GroupByAreaLocation.Top;
All columns:
column.IsGroupable = true;
When I programmatically group, it works without any problem.
grid.GroupBySettings.GroupByColumns.Add(column)
I have the same behavior in your SampleBrowser, so I don't think it is a problem with my adjustments to the grid. https://es.infragistics.com/samples/silverlight
I tested it a couple of months ago and everything worked fine (my app and your SampleBrowser), so I don't have a clue what causing this.
Any ideas????
Enrico
Which column are you trying to group by in the samples browser? I just tried grouping by the Region column and it worked for me, but its certainly possible your doing something different than I am thats causing a different result.
Devin
I did some more tests and now I why I did not work.
I've had the Zoom level of Internet Explorer to 125%, I changed it to 100% and it works.
As soon as I change to another zoom level than 100% it looses the functionality to group by. I have the same behavior in your sample browser and my application. If I run my app in OutOfBrowser mode it doesn't work either.
I tried this on diffferent maschines and have the same effect.
Could you please check if you have the same and provide a solution or workaroud for this.
I appreciate your support.
Whatever columm I try to group, it doesn't work. I just tried it again with the Region column, but nothing happens.