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
|
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!
|