DataGridView, does it support internal paging control?

0
0

Hi WiseJ,

can you please guide me on how to use internal paging control (if available) for DataGridView? I would like to set page size to 40 rows and the user should somehow have the possibility (via arrow icons?) to move to next page, previous page etc.

The same functionality was available in VWG, and we would like to have it in project we are migrating to wisej.

Thank you

Pavel Weiss

  • You must to post comments
0
0

Hello!
There are a couple of options:
1. If you want to look into implementing this in a standard Wisej DataGridView, you will find this previous forum post to be helpful.

2. You could look into using one of the premium extensions- DevExtreme- specifically the dxDataGrid.
You can see it running in the demobrowser here
Source code for the demobrowser demo is on GitHub here and here (dxDataGrid.Designer.cs and dxDataGrid.cs)

HTH,
Julie

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.