This is a migrated thread and some comments may be shown as answers.

Copy Many Rows - RadGridView

1 Answer 43 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Fernando
Top achievements
Rank 1
Fernando asked on 18 May 2015, 06:52 PM

Hi,

Is there to possible improve the performance to copy many rows from RadGridView?. I copied around 50.000 rows and not works (Page Not Responding).

I used the below method to CopyingCellClipboardContent event only:

        private void radGridView_CopyingCellClipboardContent(object sender, GridViewCellClipboardEventArgs e)
        {
            if (e.Value == null)
            {
                e.Value = string.Empty;
            }
        }

Could you please help me?

Fernando

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 21 May 2015, 07:40 AM
Hi Fernando,

I tried to reproduce the behavior but without any success. With 80K items and 12 column, everything seems to work correctly. Could you take a look at the project attached and let me know whether I am missing anything ? 

Regards,
Maya
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Fernando
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or