This is a migrated thread and some comments may be shown as answers.

Image Manager without paging

1 Answer 64 Views
Editor
This is a migrated thread and some comments may be shown as answers.
aw
Top achievements
Rank 1
aw asked on 04 Aug 2010, 09:32 AM
Hi

I had try insert images into Editor with Image Manager , but the folder contains 7 thousand of images.
So the Image manager display the images in 60+ pages i have to find out the images by slide the page one by one.

My question is :
1. How to configure the Image Manager just display all images in 1 page ?
2. Can use Ctrl + F to find the file name ?
3. How to set Image Manager displaying the file name are sort by alphabet in default >

Thanks.

Regards,
aw

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 04 Aug 2010, 09:44 AM
Hi,

Straight to the points:
1) To disable the paging follow the steps below:
1.1)Register the external dialogs paths of RadEditor as shown in this demo: Customize Built-in Dialogs.
1.2) Open the FileBrowser.ascx file.
1.3) To enable the scroller in the grid center column of the Image manager set the AllowPaging property of the FileExplorer control to false, e.g.

<telerik:RadFileExplorer ID="RadFileExplorer1" Height="450px" Width="400px" TreePaneWidth="150px"
                runat="Server" EnableOpenFile="false" AllowPaging="false" />

Please note that this will decrease the loading performance of the image manager when multiple files reside in the Images folder.

2) You can review the following code library on our site that could help you implement a search feature for the RadFileExplorer - http://www.telerik.com/community/code-library/aspnet-ajax/file-explorer/adding-search-bar-in-the-fileexplorer-s-toolbar.aspx

3) Try the solution provided in this help article: Sorting RadFileExplorer items by name.


Kind regards,
Rumen
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Editor
Asked by
aw
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or