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

Sorting image files based on date

1 Answer 49 Views
WebParts for SharePoint
This is a migrated thread and some comments may be shown as answers.
Frode
Top achievements
Rank 1
Frode asked on 23 Jun 2008, 07:57 PM
Hi.

Is it possible to customize (c#) or change the config in order to add a sort on created date feature (an ekstra column in the image list) to the Image Picker?

Best regards,
Frode Sorhoy

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 25 Jun 2008, 02:15 PM
Hello Frode,

I don't think there is an easy way to implement this functionality in the dialogs. The file lister component is a server control. The file browser we use in the dialogs is of type Telerik.Web.UI.Widgets.GenericFileLister. If you override it or its base class (Telerik.Web.UI.Widgets.FileLister), you can change the rendering and add a new column. Then, you will need to customize the Image manager dialog and replace the GenericFileLister control with your own.

We plan to make the file lister control a normal .ascx file (user control) instead of a server control in the future. However, this change is currently with low priority.

All the best,
Lini
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
WebParts for SharePoint
Asked by
Frode
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or