0

I am using Devexpress.

Is there's any way to get WinsForm GridView ,data with page by page(Paging) like aspGridView. The problem is I want to bind 10 rows per page.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Triple K
  • 379
  • 1
  • 3
  • 14

1 Answers1

1

Refer: How to create paging on XtraGrid

GridControl does not support the paging mechanism natively. You can introduce this feature by using XPPageSelector , as shown in the How to use the XPPageSelector with the GridControl example.

If your task is to load large data volumes in a grid, the best choice in this scenario would be to use a Server Mode .

References:
Simple Paging in XtraGrid
Paging feature for XtraGrid control
Paging in Devexpress XtraGrid GrdiControl for Windows Application
Does Devexpress GridControl for win forms support paging?

Community
  • 1
  • 1
Niranjan Singh
  • 18,017
  • 2
  • 42
  • 75