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
805
Grouping issue
posted

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

Parents Reply Children
No Data