Skip to content

Commit

Permalink
Merge docs-feedback-upload-2115 into production (#2117)
Browse files Browse the repository at this point in the history
* docs(kb): Update the Upload + Grid notes with FileSelect information

* Update knowledge-base/upload-files-in-grid.md

---------

Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dimodi committed May 17, 2024
1 parent d325c51 commit 0761cd1
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 0761cd1

Please sign in to comment.