Where can I find help about creating my own FileBrowserContentProvider?
Is there some "How To...?" somewhere?
Of course, I can try to guess everything by looking at the DBContentProvider example and the base class but some guidelines would be very welcome!
For instance, I am not quite clear whether I must implement my own HTTP Handler as in the DBContentProvider?
Many Thanks
Eric
PS: apologies for the thread title... I can't figure how to fix it! :-(
Is there some "How To...?" somewhere?
Of course, I can try to guess everything by looking at the DBContentProvider example and the base class but some guidelines would be very welcome!
For instance, I am not quite clear whether I must implement my own HTTP Handler as in the DBContentProvider?
Many Thanks
Eric
PS: apologies for the thread title... I can't figure how to fix it! :-(
5 Answers, 1 is accepted
0
Hello Eric,
I suggest to examine the following article along with the related llinks:
http://www.telerik.com/help/aspnet-ajax/radfileexplorer-custom-filebrowsercontentprovider.html
Greetings,
Svetlina
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.
I suggest to examine the following article along with the related llinks:
http://www.telerik.com/help/aspnet-ajax/radfileexplorer-custom-filebrowsercontentprovider.html
Greetings,
Svetlina
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
Eric
Top achievements
Rank 1
answered on 18 Mar 2009, 03:23 PM
Thanks
I had not spotted this one...
I had not spotted this one...
0
Eric
Top achievements
Rank 1
answered on 19 Mar 2009, 11:43 AM
Is there a way to get more details?
For instance, I am trying to understand the usage of the various properties/methods of a DirectoryItem
What is the Tag (string) used for? Can I set a Tooltip? etc...
Thanks
For instance, I am trying to understand the usage of the various properties/methods of a DirectoryItem
What is the Tag (string) used for? Can I set a Tooltip? etc...
Thanks
0
Accepted
Hello Eric,
Basically, some of the logic in the concept of the FileBrowserContentProvided is specific for the RadEditor control only, because initially this control was developed for the RadEditor's dialogs. Currently there is no additional documentation available but we are working on improving the documentation of the FileExplorer control and once ready we will upload it on the site.
Sincerely yours,
Georgi Tunev
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.
Basically, some of the logic in the concept of the FileBrowserContentProvided is specific for the RadEditor control only, because initially this control was developed for the RadEditor's dialogs. Currently there is no additional documentation available but we are working on improving the documentation of the FileExplorer control and once ready we will upload it on the site.
Sincerely yours,
Georgi Tunev
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
Eric
Top achievements
Rank 1
answered on 20 Mar 2009, 01:57 PM
Looking a bit more into it has showed me that it will be simpler to do it myself using the same underlying components (Tree, Grid and splitter).
Many Thanks
Many Thanks