Skip to content

Commit e65d2fe

Browse files
Tsvetomir-HrTsvetomir-Hr
authored andcommitted
chore: mention dropzone
1 parent e51a335 commit e65d2fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/pdfviewer-upload-controls-visibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to hide the Upload component in TelerikPdfViewer when loa
44
type: how-to
55
page_title: How to Hide Upload Component in TelerikPdfViewer
66
slug: pdfviewer-kb-hide-upload
7-
tags: pdfviewer, blazor, upload, visibility, enableloadercontainer, hide
7+
tags: pdfviewer, blazor, upload, visibility, enableloadercontainer, hide, dropzone
88
res_type: kb
99
ticketid: 1675214
1010
---
@@ -27,12 +27,12 @@ When using the [TelerikPdfViewer](https://docs.telerik.com/blazor-ui/components/
2727
This knowledge base article also answers the following questions:
2828

2929
- How to prevent interaction with Upload component while a PDF is loading in TelerikPdfViewer?
30-
- How to hide Upload component in TelerikPdfViewer until the PDF file is fully loaded?
30+
- How to hide Upload and DropZone components in TelerikPdfViewer until the PDF file is fully loaded?
3131
- How to use custom CSS with TelerikPdfViewer to hide Upload component?
3232

3333
## Solution
3434

35-
To control the visibility of Upload component in the `TelerikPdfViewer` while a PDF is loading, apply custom CSS to hide the upload controls. To achieve that, use the [`OnOpen`](slug://components/pdfviewer/events#onopen) event to apply a CSS class with the required styles that hide the controls until the PDF file is loaded successfully.
35+
To control the visibility of Upload component and its dropzone in the `TelerikPdfViewer` while a PDF is loading, apply custom CSS to hide the upload controls. To achieve that, use the [`OnOpen`](slug://components/pdfviewer/events#onopen) event to apply a CSS class with the required styles that hide the controls until the PDF file is loaded successfully.
3636

3737
````RAZOR
3838
<TelerikPdfViewer Data="@PdfSource"

0 commit comments

Comments
 (0)