Welcome Guest Search | Active Topics | Sign In | Register

File Explorer - show more file attributes Options
Lino
Posted: Tuesday, December 17, 2013 4:32:20 PM
Rank: Newbie
Groups: Member

Joined: 12/17/2013
Posts: 1
Hi everyone,

I'm new here and I really like EO products so far. I'm trying to implement the File Explorer
in my ASP.NET page. I got it to work, but I need for it to display 'Date Modified'
of the files being displayed. It only displays 'File Name' and 'File Size'.

Can anyone help?
Thank you.
Lino Vlacic
eo_support
Posted: Wednesday, December 18, 2013 1:44:42 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,196
Hi,

Unfortunately it is not possible to do that with FileExplorer. The FileExplorer only supports several pre-defined columns. So it can not support additional columns.

However the FileExplorer is built on top of TreeView, Grid and AJAXUploader control. Particularly it uses the populate on demand feature of the TreeView control to display file folder tree. It then handles the TreeView's ClientSideOnItemClick event to update the Grid. So you can use these controls the same way to build an UI to browse files. When you do it this way, you will have full control on all the components and will be able to add any column you wish into the Grid.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.