Skip to content

Commit a39cce2

Browse files
authored
docs(kb): Update the Upload + Grid notes with FileSelect information (#2115)
* docs(kb): Update the Upload + Grid notes with FileSelect information * Update knowledge-base/upload-files-in-grid.md
1 parent 959e00f commit a39cce2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ app.Run();
340340
* If necessary, [adjust the application settings to allow larger file uploads]({%slug upload-overview%}#large-file-uploads).
341341
* 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.
342342
* 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).
343+
* 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.
343344

344345

345346
## See Also

0 commit comments

Comments
 (0)