Hi Neha,
The RadFileExplorer offers the
Thumbnails Explorer mode. The special feature is displaying images through thumbnails, not as file icons.You can enable this mode by setting the
ExplorerMode property to
Thumbnails as follows.
ASPX:
<
telerik:RadFileExplorer
runat
=
"server"
ID
=
"ImageExplorer"
Width
=
"500"
ExplorerMode
=
"Thumbnails"
>
<
Configuration
UploadPaths
=
"~/RadAsyncUpload/Uploads/"
ViewPaths
=
"~/RadAsyncUpload/Uploads/"
>
</
Configuration
>
</
telerik:RadFileExplorer
>
Thanks,
Shinu.