I've created a Sharepoint webpart that contains a RadFileExplorer, however there are a couple of issues in the way it renders.
Firstly, immediately below the FileExplorer is a block of white space that seems to be a placeholder for the upload dialog. As soon as I show the upload dialog (by clicking the Upload toolbar button) and close it, the block of white space disappears. I've used IE developer tools to locate the code block and manually set the style of the upload dialog to 'display:none', but I'm unable to do so permanently via CSS, since this element doesn't have an associate class.
Second bizarre issue is that the toolbar items and context menu items for Open and Rename are labelled "Common_Open" and "Common_Rename" respectively.
Any assistance would be greatly appreciated!
Firstly, immediately below the FileExplorer is a block of white space that seems to be a placeholder for the upload dialog. As soon as I show the upload dialog (by clicking the Upload toolbar button) and close it, the block of white space disappears. I've used IE developer tools to locate the code block and manually set the style of the upload dialog to 'display:none', but I'm unable to do so permanently via CSS, since this element doesn't have an associate class.
Second bizarre issue is that the toolbar items and context menu items for Open and Rename are labelled "Common_Open" and "Common_Rename" respectively.
Any assistance would be greatly appreciated!