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://ko.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.
OK.. I was able to reproduce that. I will have a DS person pick up the thread and create an incident from it so a bug can be filed.
Hello Enrico,
This issue has been resolved in the latest release for NetAdvantage, 2010 Vol. 3. Please let me know if you have any further questions or concerns about this matter.
I have created a private case for you and will be providing you with more information about this bug though the case so that you can track the status of the bug.
OK, thanks!