This is a migrated thread and some comments may be shown as answers.

"New Folder" and "Rename" window problems in RadFileExplorer

2 Answers 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
Zhi Jun
Top achievements
Rank 1
Zhi Jun asked on 15 Jan 2013, 07:24 AM
Hi,

I am implementing RadFileExplorer in my webpage. However, I am encountering some sizing issues with regards to the "New Folder" and "Rename" pop up windows. Whenever I click "New Folder" or "Rename" it appears cut off at the bottom. However, it is fine for the "Upload" pop up window. Why would it appear cut off and how should I resize it if possible? Thanks.
   

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 16 Jan 2013, 11:13 AM
Hi Zhi Jun,

I have not seen such appearance problems with the RadPrompt dialog box, yet similar issues are usually due to some custom CSS on the page that is affecting the RadWindow, too. Global rules like td, li, ul, table, etc. can break our controls. Could you try removing all custom CSS from the page to see if the issue persists? If not - readding the rules piece by piece should show you the offending one so you can make it more specific. If you have some custom code related to handling the FileExplorer dialogs - could you try disabling that to see if this is where the issue stems? If neither of this yields a resolution could you post here the minimal markup that results in this behavior so we can inspect it?


Regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Zhi Jun
Top achievements
Rank 1
answered on 17 Jan 2013, 06:25 AM
Hi Marin,

Thanks for getting back to me. You are right I had a global css style in my div section where I set the overflow property to hidden which was clipping off the windows. Thanks for your help.
Tags
Window
Asked by
Zhi Jun
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Zhi Jun
Top achievements
Rank 1
Share this question
or