multi select column cells and grouping

I am using both multi selection and show group drop area:


this.gdc.ListBoxSelectionMode = GridSelectionMode.None;
this.gdc.AllowSelection = GridSelectionFlags.Cell | GridSelectionFlags.Multiple | GridSelectionFlags.Keyboard | GridSelectionFlags.Shift;
this.gdc.AllowDragColumns = true;
this.gdc.ShowGroupDropArea = true;

Please see the attached example.
If I drag a column such as "Name" to the drop area.
And then expand one of the group areas defined.
I cannot multi select the cells in a column.

Is this possible.
Thanks.
Mary



WPF_GDC_Test_3ed8db2f.zip

1 Reply

RA Rajasekar Syncfusion Team August 1, 2011 05:38 AM UTC

Hi Mary,

Sorry for the inconvenience caused.

We are able to reproduce the issue and we have logged issue report on this. In order to provide patch for this fix, we have created Direct trac Incident(#83154). So please update your queries in the incident(#83154) for the better follow up.

Please let us know if you have any queries.

Thanks,
Rajasekar


Loader.
Up arrow icon