Completed
Last Updated: 18 Aug 2015 08:02 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 20 Mar 2015 10:22
Category: GridView
Type: Bug Report
0
FIX. RadGridView - when you copy cells from different groups, some of the data is not stored in the clipboard
To reproduce:

             this.radGridView1.MultiSelect = true;

            GroupDescriptor descriptor1 = new GroupDescriptor();
            descriptor1.GroupNames.Add("ProductId", ListSortDirection.Ascending );
            this.radGridView1.GroupDescriptors.Add(descriptor1);

Please refer to the attached gif file.

Attached Files:
0 comments