Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge docs-feedback-upload-2115 into production #2117

Merged
merged 2 commits into from
May 17, 2024
Merged
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
1 change: 1 addition & 0 deletions knowledge-base/upload-files-in-grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ app.Run();
* If necessary, [adjust the application settings to allow larger file uploads]({%slug upload-overview%}#large-file-uploads).
* The Upload component itself can't delete files, which have been uploaded in previous edit sessions. Use separate UI for that inside the column `<Template>` or the `<EditorTemplate>`. In both cases, call the controller method directly via `HttpClient.PostAsync()`. The Upload `OnSuccess` event will not fire in this case.
* It is also possible to use the Upload component in a [custom edit form outside the Grid](https://demos.telerik.com/blazor-ui/grid/editing-custom-form).
* Instead of an Upload, you can also implement a similar scenario with a [FileSelect component]({%slug fileselect-overview%}#fileselect-vs-upload). In that case, the file contents will be available directly in the Razor component, which holds the Grid.


## See Also
Expand Down
Loading