Radzen Data Grid Pager

Hello,
I have got 3 questions.

  1. Why does my pager do not look like your page on your webside? (The 1,2,3 Buttons)

Your pager

My pager

  1. Can you change the text of the pageSize option? (default items per page)

  2. Why is the summary in the middle of the grid?

Hi,

  1. You need to set
PagerHorizontalAlign="HorizontalAlign.Center"
  1. Yes using int array
IEnumerable<int> pageSizeOptions = new int[] { 10, 20, 30 };
PageSizeOptions="@pageSizeOptions"

3.Pls check your datagrid definition

For further information pls check the source code here

1 Like
  1. Well still the same problem after I set the property - is there a way to bind a css class?
  2. Thank you fixed my problem
  3. I am not sure, if you understood me correct but the buttons have not the same color as displayed on your side. Is this a css problem?

Yes,

  1. All Radzen components support custom attributes and you can assign a CSS class to a property e.g. <RadzenTextBox class=@myclass />

3.Default theme used in demos is Standard. You can check out the themes here