or
I am using the radfileexplorer to display a file structure, is it possible to have the name of parent node different to the actual name of the parent for example “C:/Telerik/Demo” with the folder “Demo” as the parent node but I would like it to display “Sample”.

I have added 3 fields to the FileExplorer upload window per some postings I found online. However, after adding 3-4 files to upload in the window the window becomes too large and is off the screen. Can I fix the size of the window and add scrollbars?
Also each time I reopen the window all the old controls are still present. How can I reset the window so that the old 3-4 added files are not listed?
See attached files as an example of what is happening.

SomeProcess{ While (1) { DoSomething(); WriteProgressIndicatorsValueToFile(); }}UpdateProgressBar(){ RadProgressContext progress = RadProgressContext.Current; while (!stoppedByUser) { ReadProgressIndicatorsValueFromFile(); progress.SecondaryValue = .... progress.CurrentOperationText = ... Thread.Sleep(1000);
stoppedByUser = progress.OperationComplete; }}| <asp:FileUpload ID="UploadFile" runat="server"> |