Completed
Last Updated: 28 May 2021 14:27 by ADMIN
reinout
Created on: 09 Nov 2015 12:56
Category: ImageEditor
Type: Feature Request
0
order images by creation date in image manager (in stead of size)

		
1 comment
ADMIN
Rumen
Posted on: 28 May 2021 14:27

Hi Reinout,

You can see how to sort the items in the grid in this KB article: Sorting RadFileExplorer items by name.
You can find a solution for your request in this forum thread: How to add a time column to DialogOpener window?

Please, note that the grid items are initially sorted on the server, when the dialog is loaded. We sort them on the client only the items on page 1 of the grid paging, but not all items. To achieve your scenario you should disable the paging and populate all files when the dialog is started. To do this open the FileBrowser.ascx file, locate the RadFileExplorer control and set AllowPaging to false, e.g.

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

Another approach is to register the external dialog files of RadEditor,

Regards,
Rumen
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.