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

[Solved] paging

0 Answers 16 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Francesco
Top achievements
Rank 1
Francesco asked on 01 Apr 2011, 03:20 PM
cuold you send me a solution for this problem? cuold you confirm me if the following code is correct? please see the screen attached below that show you the layout result. 
thanks in advance for the collaboration and support
Francesco


 

 

GridPagerStyles pagerStyles = GridPagerStyles.NextPreviousAndNumeric;

 

 

pagerStyles |=

 

GridPagerStyles.PageSizeDropDown;

 

 

pagerStyles |=

 

GridPagerStyles.PageInput;

 



.Pageable(paging => paging

.Style(pagerStyles)

.Position(position).PageTo(currentPage)

 

)



Tags
Grid
Asked by
Francesco
Top achievements
Rank 1
Share this question
or