radwindow

RadWindow AlwaysOnTop

Does anyone have any experience with the RadWindow wpf control from Telerik? My problem is that when I open a RadWindow and minimize my application then when I maximize the application the RadWindow is not visible. I can use alt+tab to get the RadWindow in front again, but I would really like to avoid having to do this. I'm doing the fo...

Is Telerik's WPF RadWindow meant to be used as a standalone main application window?

Is Telerik's WPF RadWindow meant to be used as a standalone main application window? I ask because it behaves very strangely. For example: clicking on minimize only makes the window's width and height 0. It does not show any button on the taskbar either. When should I be using the RadWindow? ...

MBCompression along side Telerik RadWindow = Bad rendering

I'm trying to use the MBCompression module in my app that also uses the Telerik RadWindow. The compression module does everything I expect it to, however, for some reason, my RadWindow's only render properly if I set "compressPage=false". Has anyone used MBCompression before? Any advice on this? ...

Redirection from a Telerik Rad Window

In an asp.net web application, I have a modal popup built with a Telerik Rad Window. In that popup there is a button which must do some action in its "code-behind" and then redirect the application to another page. For the redirection I use the javascript command 'top.document.location.href = myPage' (sent to the browser from the code-...

Telerik RadWindow does not fire ClientCallBackFunction after a ajax an __DoPostBack

HI, I have a Telerik radwindow that allows our users to upload files. When the user first opens the radwindow and sees the upload fields, they can happily select a file and upload it. The window then returns the id of the uploaded file back to the parent page via the ClientCallBackFunction. This function then passes in the ID to a ja...

How to stop Telerik RadWindow from always reloading on the next PostBack

I am invoking a RadWindow as a dialog in my web page. I am invoking from code-behind since I need to pass some parameters: radWindow1.NavigateUrl = url + "?England,Germany,France"; radWindow1.VisibleOnPageLoad = true; This works great, however it keeps reloading on each and every postback. How can I stop the RadWindow from reloading...

Launching a Radwindow in IE 6 causes all dropdowns to hide

When launching a modal radwindow in IE 6, any dropdown's visible on the parent page are hidden. Once they are hidden, they are gone even after the modal has been closed. These are pure ASP.NET dropdownlists. There is nothing special about the dropdown's that are hidden - I can add new dropdowns to the page with nothing in them, and th...

Telerik RadWindow And AdjustResizing Problem In FireFox (Scroll Bars Appear)

hi my dear friends : i am so confused for setting the width and height of DIV and FIELDSET inside A RadWindow....!? when i browse my radwindow in firefox with this code : setTimeout(function() { GetRadWindow().autoSize(true) }, 500); every thins is ok in ie 8 - but in firefox i have scrolls bars ! how can i remove them? my with an...

Telerik. RadScriptManager issue at RadWindow.

Hello, i show RadWindow from parent form: <telerik:RadTreeView ID="tvFile" runat="server"> OnClientContextMenuItemClicking="onClientContextMenuItemClicking"> <ContextMenus> <telerik:RadTreeViewContextMenu ID="MainContextMenu" runat="server"> <Items> <telerik:RadMenuItem Value="Rights" Text="Rights"/> ...

Telerik RadWindows / How Open Telerik RadWindows With A DocMenu

hi my Dear Friends : I Have A DocMenu That is working with jquery... one of it's item is like this : <a class="dock-item" href="#"> <img src="JQueryDocMenu/Images/1.png" alt="Test" /><span>Test</span></a> i am using Telerik Rad Windiws For pop up Windows... when i am using a button or something like that , so ev...

persist row selection in telerik Rad gird inside rad window

Hello, I m using telerik Rad gird, inside Rad window and using the selected indexchange event i ahve to do some operation, but the problem is that, after row clicking, row selection is not persist. ...

persist row selection in telerik Rad gird inside rad window

Hello, I m using telerik Rad gird, inside Rad window and using the selected index change event i ahve to do some operation, but the problem is that, after row clicking, row selection is not persist. ...