Anas
asked on 27 Oct 2025, 05:00 PM
| edited on 27 Oct 2025, 05:00 PM
Can we show actual image as a thumbnail in the content pane of the filemanager ? I have read the documentation but didn't find any suitable reference.
thats what i meant
1 Answer, 1 is accepted
0
Ivaylo
Telerik team
answered on 30 Oct 2025, 06:40 AM
Hello Anas,
Thank you for the details provided.
Generally, the FileManager exposes the ability to change its default templates through its built-in API configurations FileManager. For your case in particular, through the PreviewPane.SingleFileTemplateId() and Views.List.TemplateId(). From there, you can incorporate a thumbnail as per your requirements by using the conventional Kendo UI templating mechanism.
For your convenience, I have additionally altered our readily available FileManager Templates Demo. So that the desired requirements are further achieved through the following Telerik REPL example:
I hope this information was helpful and I look forward to your reply.
Regards,
Ivaylo
Progress Telerik
Your perspective matters! Join other professionals in the State of Designer-Developer Collaboration 2025: Workflows, Trends and AI survey to share how AI and new workflows are impacting collaboration, and be among the first to see the key findings. Start the 2025 Survey
i am not using kendo (i didnt mention earlier and while submitting that ticket) i am looking for blazor component telerik file manager control for reference my current code is below <SplitterPane Size="70%" Resizable="false"> <TelerikFileManager Data="@FileManagerData" @bind-Path="@DirectoryPath" Height="400px" OnCreate="@OnCreateHandler" OnUpdate="@OnUpdateHandler" @bind-SelectedItems="@SelectedItems" OnModelInit="@OnModelInitHandler" OnDownload="@OnDownloadHandler" OnDelete="@OnDeleteHandler" > <FileManagerSettings> @* <FileManagerUploadSettings SaveUrl="@GetUploadUrl(randomNumberString,FileTypeId)" OnSuccess="@OnUploadSuccess"> </FileManagerUploadSettings> *@ </FileManagerSettings> <FileManagerToolBar> <FileManagerToolBarNewFolderTool /> @* @if (SCNameParam == "Land" && GetLevel() == "root-folder-path" && isAdmin == true) *@