Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
223 views
I have a RadWindow opened from a page. I need to do some server side code to build a link, then I'm trying to Response.Redirect to that link, but the window does not show the new page. If I add a link to the page and click it, I see the browser saying "loading <mypage>" but again, the radwindow does not display the new page. 

Here's my Radwindow:

<tlk:RadWindow ID="TwitterAuthDialog" runat="server"
VisibleTitlebar="true"
Title="Twitter Authentication"
VisibleStatusbar="false"
KeepInScreenBounds="true"
Overlay="false"
VisibleOnPageLoad="false"
Height="400" Width="575"
Animation="None" Modal="true"
Behaviors="Close"
NavigateUrl="twitter-authorization.aspx"   >
</tlk:RadWindow>

What is preventing the RadWindow from navigating to and displaying the new page on the redirect?

UPDATE: If the page is within my application it works, but if I try to load an external page it doesn't. In this case my page is building the Twitter Authorization link, which then redirects to the Twitter Authorization page, but it won;t show that. (Note: I've tried google.com and others, it's any external page that won't load. 

Why can't I load a page from outside my application into a radwindow?

UPDATE RESOLVED: 
This isn't an issue with the RadWindow. The page I am trying to load is prevented from being loaded in a frame. Since the RadWindow uses an iframe it can't be displayed. In this case I have to use a different method of creating the dialog window (which is unfortunate because its inconsistent with the rest of the site)
Mike
Top achievements
Rank 1
 asked on 18 Nov 2011
2 answers
283 views
If I inherit from the RadTextBox (to make my own server control), how can I specify a new class on the root "RadInput RadInput_Default" level?

this.CssClass seems to style just the input control.
Galin
Telerik team
 answered on 18 Nov 2011
7 answers
250 views
Hi,

I am having a RadCalendar, need to set forecolor for each  different days. In a month calendar, Holidays  are in red forecolor, sunday are in brown color,  some specific day in Green color(15,20, 23...). Need to do it in _DayRender or any other event in code-behind. If i go to next month, it has to display. Also, if i select a day, it has get the data from database and display the values in grid or text controls.  Tried some of the demo's/forums, not getting solution for this.

regards
Jay
Mira
Telerik team
 answered on 18 Nov 2011
4 answers
334 views
i would like to use both radconfirm and radprompt pop up windows, however i need buttons to be localized to desired language. In specific, the issue concerns "Cancel" button - its label text is in english and it does not take into concideration neither web browser's language settings neither OS settings - regular confirm and prompt have their buttons localized correctly. Is there a way to set this up?
Marin Bratanov
Telerik team
 answered on 18 Nov 2011
5 answers
167 views
Hi telerik,
   
     I use a radfilter for filter the RadGrid. Now I save the value of radfilter SaveSettings function.I need load the setting when pageload.
     any idea? thanks!

Mira
Telerik team
 answered on 18 Nov 2011
7 answers
157 views
Why is Q3 not backwards compatible? What do I need to add now to a grid that is being created in code behind to get back my hierarchy expand and collapse. This is really not good. I am almost ready to tell the client to dump these controls and go with something different.
Martin
Telerik team
 answered on 18 Nov 2011
7 answers
153 views
I am using double-click to open an AdvancedInsert or AdvancedEdit form but that functionality does not work with iPhone/iPad. Is there a way to Press-and-Hold the time-slot and open any of the advanced forms? Thanks
Ivan Zhekov
Telerik team
 answered on 18 Nov 2011
3 answers
510 views
Hi,

I am using a dynamically created radgrid with custom filtering and sorting. After the grid displays the results, I go to 2nd page and select a row and it opens a popup window. I close that window and click on the previous page pager button and it give me the below error.
"Event validation is enabled using <pages enableEventValidation="trur"/> in configuration or %@Page EnableEventValidation="true"%
I tried setting EnableEventValidation="true"% but it is not pagging correctly. I checked the forms and found similar problem but it did not solve my problem. Any help will be appreciated.

Thanks,
Raji
Andrey
Telerik team
 answered on 18 Nov 2011
3 answers
90 views
Hello,

I was wondering if anyone is experiencing this issue? The RadButtons on my application are broken when I use IE.  Attached is a sample of how it looks like on IE.  On other browsers FF and Chrome, they look fine.

The only CSS stylings that affects the DIV that the buttons are on is a top-margin and a left-margin styling.
Slav
Telerik team
 answered on 18 Nov 2011
1 answer
135 views
Hi,

Sometimes i am facing this issue with rad upload control, when some postback already happened on the page.

The error says:

Radupload ajax callback error. Source url returned error: 500
Internal Server Error
../Telerik.RadUploadProgressHandler.ashx?RadUrid=addfddd-wefd-dffd-ddffddfdffs

Did you register the RadUploadProgressHandler in web.config?

I have registered the module and handler as below in web.config:

<modules runAllManagedModulesForAllRequests="true">
      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" preCondition="managedHandler"/>
    </modules>
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
      <add name="Telerik.RadUploadProgressHandler.ashx_*" path="Telerik.RadUploadProgressHandler.ashx" verb="*" type="Telerik.Web.UI.Upload.RadUploadProgressHandler, Telerik.Web.UI" preCondition="integratedMode,runtimeVersionv4.0"/>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
      
    </handlers>


Shinu
Top achievements
Rank 2
 answered on 18 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?