Hello
My problem is this. I upload a file to my system and then update my RadFileExplorer. I want to set the initialPath, but if the file is not on the first page, when the pager is enabled, it is not selected.
You can actually try this for yourself on the RadFileExplorer demo page (http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/default/defaultcs.aspx). Set "" to true and copy as many files as you can into the Flowers directory and then refresh.
The initialPath does work if you turn the pager off. However, the strength of the pager is that I don't have to, time consumingly, read every file in a directory.
One thing that might help, is moving to the last page before calling InitialPath (or loadFolder) as the files aren't ordered until you tell the RadFileExplorer to, but I'm at a loss as to how to achieve this.
Thank you for your help in this matter.
Paul Herzberg
PS. Also the filter doesn't remember the entry if you try to move to another page
My problem is this. I upload a file to my system and then update my RadFileExplorer. I want to set the initialPath, but if the file is not on the first page, when the pager is enabled, it is not selected.
You can actually try this for yourself on the RadFileExplorer demo page (http://demos.telerik.com/aspnet-ajax/fileexplorer/examples/default/defaultcs.aspx). Set "" to true and copy as many files as you can into the Flowers directory and then refresh.
The initialPath does work if you turn the pager off. However, the strength of the pager is that I don't have to, time consumingly, read every file in a directory.
One thing that might help, is moving to the last page before calling InitialPath (or loadFolder) as the files aren't ordered until you tell the RadFileExplorer to, but I'm at a loss as to how to achieve this.
Thank you for your help in this matter.
Paul Herzberg
PS. Also the filter doesn't remember the entry if you try to move to another page