
Cheri Verdend
Top achievements
Rank 1
Cheri Verdend
asked on 16 Jan 2009, 04:11 PM
I have a client that posts many new photos each day. (Last year they uploaded 2500 new photos.) Obviously the image manager can't or shouldn't try to list 2500 photos at once, plus, the client only needs to choose from the last few uploaded photos anyways.
So I would like to implement the following:
Afetr the client uses radUpload to upload the 10-20 photos for the day, he/she goes to the editor and clicks the image manager which displays only the most recent 50 photos uploaded.
Could anyone take a stab at how I would restrict the image manager to listing only the newest 50 images?
So I would like to implement the following:
Afetr the client uses radUpload to upload the 10-20 photos for the day, he/she goes to the editor and clicks the image manager which displays only the most recent 50 photos uploaded.
Could anyone take a stab at how I would restrict the image manager to listing only the newest 50 images?
6 Answers, 1 is accepted
0
Hello Cheri,
We are working on replacing the FileBrowser's file management current implementation.
As of Q1 2009 these dialogs will use the new RadFileExplorer control (currently in BETA).
You can view a demo of the control here:
http://demos.telerik.com/aspnet-ajax/Editor/Examples/FileExplorer/Overview/DefaultCS.aspx
On a side note, perhaps the best thing your user can do is create different folders rather than add all images to a single folder.
Best wishes,
Tervel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
We are working on replacing the FileBrowser's file management current implementation.
As of Q1 2009 these dialogs will use the new RadFileExplorer control (currently in BETA).
You can view a demo of the control here:
http://demos.telerik.com/aspnet-ajax/Editor/Examples/FileExplorer/Overview/DefaultCS.aspx
On a side note, perhaps the best thing your user can do is create different folders rather than add all images to a single folder.
Best wishes,
Tervel
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Sergio Henrique Antunes
Top achievements
Rank 1
answered on 15 Jun 2009, 05:57 PM
I am with same problem and link above this not work.
I need that image manager which displays only the most recent 50 photos uploaded.
How do I do it?
tks.
I need that image manager which displays only the most recent 50 photos uploaded.
How do I do it?
tks.
0
Hello Sergio,
The last answer in the thread is from Jan 19th. Subsequently, the RadFileExplorer control was indeed released as a separate control,and its demos are available here:
http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx
As mentioned in the thread, the control has been integrated in the RadEditor dialogs, and as of Q1 2009 SP2 (the current official release) it features file paging automatically enabled. By default page size is 100.
It is possible to modify the page size, but since the editor dialogs are built into the DLL, it takes some extra steps to do it. First you will need to access a dialog from external location as described here:
http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx
Best regards,
Tervel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
The last answer in the thread is from Jan 19th. Subsequently, the RadFileExplorer control was indeed released as a separate control,and its demos are available here:
http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/overview/defaultcs.aspx
As mentioned in the thread, the control has been integrated in the RadEditor dialogs, and as of Q1 2009 SP2 (the current official release) it features file paging automatically enabled. By default page size is 100.
It is possible to modify the page size, but since the editor dialogs are built into the DLL, it takes some extra steps to do it. First you will need to access a dialog from external location as described here:
http://demos.telerik.com/aspnet-ajax/editor/examples/externaldialogspath/defaultcs.aspx
Best regards,
Tervel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Sergio Henrique Antunes
Top achievements
Rank 1
answered on 16 Jun 2009, 12:02 PM
but which framework's version is used in the new dll?
Is 3.5 or 2.0?
tks.
Is 3.5 or 2.0?
tks.
0
Hello Sergio,
RadControls installation provides a DLL built for 2.0 as well as another for 3.5 located in the bin35 folder.
Besides, the 2.0 DLL will work in 3.5 environment as well.
Regards,
Tervel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
RadControls installation provides a DLL built for 2.0 as well as another for 3.5 located in the bin35 folder.
Besides, the 2.0 DLL will work in 3.5 environment as well.
Regards,
Tervel
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0

Sergio Henrique Antunes
Top achievements
Rank 1
answered on 16 Jun 2009, 12:24 PM
OK, Thanks.