Hi all
I have a problem.
In my Grid i have the following Code for the part whit the pageable:
Now, when I have more than 500 Items, I can't go to this, then I don't allowed to click to another page in the part of .Style(...).
What can I do, to ask the Grid how many Items that I have, and when it's more than the 500, I allowed the paging?
But only in this situation.
If I have less then thes 500 I would not to enable and see the Paging. Then I will only see the number of Items...
Thanks
Marco
I have a problem.
In my Grid i have the following Code for the part whit the pageable:
.Pageable(paging => paging .PageSize(500) .Style(GridPagerStyles.Status) .Position(GridPagerPosition.Bottom) )Now, when I have more than 500 Items, I can't go to this, then I don't allowed to click to another page in the part of .Style(...).
What can I do, to ask the Grid how many Items that I have, and when it's more than the 500, I allowed the paging?
But only in this situation.
If I have less then thes 500 I would not to enable and see the Paging. Then I will only see the number of Items...
Thanks
Marco
