This question is locked. New answers and comments are not allowed.
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
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)
)