Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed blazor/pager/images/blazor-pager-customcssclass.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blazor/pager/images/blazor-pager-dropdown.png
Binary file not shown.
Binary file added blazor/pager/images/blazor-pager-dropdown.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blazor/pager/images/blazor-pager-focus-disable.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blazor/pager/images/blazor-pager-numericitem.png
Binary file not shown.
Binary file added blazor/pager/images/blazor-pager-numericitem.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blazor/pager/images/blazor-pager-root.png
Binary file not shown.
Binary file added blazor/pager/images/blazor-pager-root.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions blazor/pager/style-and-appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Properties such as **font-family**, **background-color**, **padding**, and **bor
</style>
```

![Pager root](./images/blazor-pager-root.png)
![Pager root](./images/blazor-pager-root.webp)

## Customize numeric items

Expand Down Expand Up @@ -122,7 +122,7 @@ Properties such as **background-color**, **border**, **padding**, and **border-r
</style>
```

![Pager Numeric Item](./images/blazor-pager-numericitem.png)
![Pager Numeric Item](./images/blazor-pager-numericitem.webp)

## Customize navigation buttons

Expand Down Expand Up @@ -177,7 +177,7 @@ Adjust properties such as **background-color**, **padding**, and **border** to m
</style>
```

![Pager Navigation Button](./images/blazor-pager-navigationbutton.png)
![Pager Navigation Button](./images/blazor-pager-navigationbutton.webp)


## Customize page size dropdown
Expand Down Expand Up @@ -255,7 +255,7 @@ The dropdown component renders outside the `.e-pager` container, therefore dropd
}
```

![Pager Dropdown](./images/blazor-pager-dropdown.png)
![Pager Dropdown](./images/blazor-pager-dropdown.webp)


## Customize focus and disabled states
Expand Down Expand Up @@ -337,7 +337,7 @@ Properties such as **outline**, **outline-offset**, **opacity**, and **cursor**
}
</style>
```
![Pager Focus And Disable](./images/blazor-pager-focus-disable.png)
![Pager Focus And Disable](./images/blazor-pager-focus-disable.webp)

## Apply custom CSS class

Expand Down Expand Up @@ -370,9 +370,13 @@ The [CssClass](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Navigatio
color: #667eea;
font-weight: bold;
}

.e-pager.custom-pager .e-parentmsgbar{
color: #ffffff;
}
</style>
```

This approach allows creating multiple pager variants with different visual themes within the same application, maintaining design consistency while providing flexibility for specific use cases.

![Pager Custom CssClass](./images/blazor-pager-customcssclass.png)
![Pager Custom CssClass](./images/blazor-pager-customcssclass.webp)