Skip to content

Commit

Permalink
docs(kb): Update the Upload + Grid notes with FileSelect information (#…
Browse files Browse the repository at this point in the history
…2115)

* docs(kb): Update the Upload + Grid notes with FileSelect information

* Update knowledge-base/upload-files-in-grid.md
  • Loading branch information
dimodi committed May 17, 2024
1 parent 959e00f commit a39cce2
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 a39cce2

Please sign in to comment.