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

RadGridView Custom Paging in winform

1 Answer 195 Views
GridView
This is a migrated thread and some comments may be shown as answers.
OverFlow
Top achievements
Rank 1
OverFlow asked on 04 Dec 2017, 01:09 PM

I used radgridview and add row with programatic. (like GridView.Rows.Add() )

I must use auto resize and many row datas and it cause slow performance.

So i think if i use gridview paging, then gridview will always add just 20 rows (that i setted pagesize to 20) in internal when i view each pages.

But it is still too slow. Maybe it add all rows in spite of using RadGridView Paging.

I want to add only the number of pagesize rows and the total row datas was controlled by me. 

How should i gonna do?

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 05 Dec 2017, 09:36 AM
Hello,

You can use the virtual mode which will allow you to manually pass the rows when needed: Virtual Mode.

In addition, how many columns/rows do you have? If you remove the auto sizing is the grid still slow?

I am looking forward to your reply.
 
Regards,
Dimitar
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
GridView
Asked by
OverFlow
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or