views:

884

answers:

4

Does Devexpress GridControl for win forms support paging? If yes, how does it work? How can i use paging to show some data in a grid control? Any example would be appreciated

A: 

I dont actually think the WinForms version of the grid does support paging. The ASP.NET version of the grid does support it - I've been using it a lot lately.

Someone has asked the question on the DevExpress support centre. It doesnt look like they are going to be implementing 'out of the box' paging on WinForms. It looks like you are going to have to write your own.

Chalkey
A: 

Well the paging is not supported by DevExpress XtraGrid.

You will find at the following page some hints given by DevExpress Staffs to implement your own paging.

Francis B.
+1  A: 

It doesn't support paging, per se, it loads the records as needed when running in servermode if I remember correctly.

SnOrfus
A: 

and there's a lot of a hell that grid doesn't support anymore. it socks