Hi,
seems that in Q1/2010 release the number of images shown in image manager per page is limited to 10 or is corresponing with the page size of an underlying grid. Is it possible to customize the page size value in the image manager (e.g. to 50)?
Regards
Heinz
I already answered to your questions in the support ticket, but I will also provide the response here so it is available to our community.
In order to increase the page size of ImageManager, DocumenentManager, FlashManager, etc you need to modify the built-in RadFileExplorer control, which is used in all FileManager Dialogs of RadEditor. This control is located in the FileBrowser.ascx file which is located in the EditorsDialogs external folder.
Please follow the steps below to achieve this:
Copy the EditorDialogs folder to your web application. This folder located in your RadControls installation directory (most often C:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX XXXXX\EditorDialogs)
Set the ExternalDialogsPath property of RadEditor to point to this folder, e.g.
ExternalDialogsPath="~/EditorDialogs";
Open the EditorDialogs/FileBrowser.ascx file, locate the RadFileExplorer control:
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.