Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
104 views
Hi ,

In this demo how do you set reply/close button.
http://demos.telerik.com/aspnet-ajax/window/examples/demoemail/defaultcs.aspx


I want to implement the feature like when scrolling the button remains same.Can you tell me where i can find Details.aspx page.

Thanks.
Eva
Georgi Tunev
Telerik team
 answered on 15 Dec 2009
1 answer
54 views
I want to create a web app very quickly, but, without worrying about my data model/arch right now (down the road it will be LINQ to SQL).  I have wireframes and I want to build a complete UI (as much as possible) that allows the user to edit data in RadGrids etc and have that data persist for the session (or longer if I have to).  What would be ideal is to have my Grids to AllowAutomatic (updates, deletes, inserts).

The approach I took was to create a "TestDataSource" directory with a bunch of XML, but allowing automatic CRUD requires more effort than I hoped.  What would be cool is the ability to have in the code behind a generic list of some sort in which automatic CRUD operates on in memory with little to no code.  Are there any sample projects that do this?  I've bounced all of the documentation and my brain is a bit fried right now.

If this doesn't exist, I think this would be a great project for Telerik as it would allow devs who want to quickly prototype entire web apps iteratively and attach a data architecture later down the road.  I want my users to truly experience the goodness of these controls without having to wireup a real data structure, because we all know thats the most pain when it comes to change requests.
Yavor
Telerik team
 answered on 15 Dec 2009
1 answer
111 views
I know this is IE specific (and I know that's bad), but what CSS element needs changing to update the scroll bar color in a RadWindow? I know how to do it for the regular browser window... but the changes don't seem to carry over to RadWindows. Any help would be appreciated, thank you.
Georgi Tunev
Telerik team
 answered on 15 Dec 2009
3 answers
88 views
Hi,

I got a problem with RadAlert on IE6 with Telerik 2008 Q2 (2008.2.826.20).
IE6 freezes after clicking on the OK button.

Here is the code :
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="RadAlertBug._Default" %> 
 
<html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
    <title>RadAlert bug</title> 
</head> 
<body> 
    <form id="form1" runat="server"
    <asp:ScriptManager ID="sm" runat="server" /> 
    <telerik:RadWindowManager ID="RadWindowManager1" runat="server"
     </telerik:RadWindowManager> 
    <telerik:radajaxloadingpanel id="GceAjaxWorkingPanelLoading" runat="server" transparency="20"
        <table style="width: 100%; height: 100%; background-color: white;"
            <tr> 
                <td align="center" valign="middle" style="color:#666666"
                    Loading...<br /> 
                    <img alt="Chargement..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading5.gif") %>' style="border: 0px;" /> 
                </td> 
            </tr> 
        </table> 
    </telerik:radajaxloadingpanel> 
    <telerik:radajaxpanel id="RadAjaxPanel" runat="server" loadingpanelid="GceAjaxWorkingPanelLoading"
        <asp:Button ID="OpenRadAlertButton" runat="server" onclick="OpenRadAlertButton_Click" Text="Open RadAlert" /> 
    </telerik:radajaxpanel> 
    </form> 
</body> 
</html> 
using System; 
 
namespace RadAlertBug 
    public partial class _Default : System.Web.UI.Page 
    { 
        protected void Page_Load(object sender, EventArgs e) 
        { 
 
        } 
 
        protected void OpenRadAlertButton_Click(object sender, EventArgs e) 
        { 
            if (RadAjaxPanel.IsAjaxRequest) 
            { 
                RadAjaxPanel.ResponseScripts.Add("radalert(\"Message\", 300, 100, \"Title\");"); 
            } 
        } 
    } 

Here is the scenario :

 - Click on the RadAlert button (-> opens the popup)
 - On the alert popup, click on the message then on the button (-> closes the alert)
 - Click again on the RadAlert button (-> opens the popup)
 - On the alert popup, click again on the message then on the button (-> IE6 freezes !!)

- Bruno



Georgi Tunev
Telerik team
 answered on 15 Dec 2009
2 answers
308 views
How to center a window in the fixed position?
The RadWindow should remains on the centre of browser window during page scrolling.
Eugeny
Top achievements
Rank 1
 answered on 15 Dec 2009
1 answer
95 views
Is it possible to force an instance of an Editor control to use an existing iframe on the page rather than creating its own? We are hoping to accomplish something like this:

<telerik:RadEditor ID="RadEditor1" runat="server" CssClass="RadEditor" IframeId="MyIframe"></telerik:RadEditor>
<iframe id="MyIframe"></iframe>

Thanks,
Paul

Martin
Telerik team
 answered on 15 Dec 2009
5 answers
198 views
Is there any way to add event to the griddropdownlistcolumneditor?
I'm implementing the double click edit feature on to the grid.
Instead of using buttons or other row clicks, I would like to use this event to trigger the update of the row.
Can someone show me the direction to achieve this?

Thanks.

AereoN
Top achievements
Rank 1
 answered on 15 Dec 2009
1 answer
83 views
Hi everyone,

I got a problem having the asp.net button work in the RadWindow control. It seems did not trigger the server side click event. Here is the code below:                
                 <telerik:RadWindow ID="radWindow1" runat="server" Behavior="Move,Close,Reload">
                        <ContentTemplate>
                            <p>
                                hello</p>
                            <br />
                            <b>world</b>
                            <asp:Button ID="btn_Popup" runat="server" Text="Load Popup" OnClick="btn_Popup_Click"/>
                        </ContentTemplate>
                    </telerik:RadWindow>

Thanks,

Bruce
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2009
1 answer
404 views

I have a GridButtonColumn, ConfirmDialogType is RadWindow but when I press delete button it show Classic Window

<telerik:GridButtonColumn ConfirmText="Sei sicuro di voler cancellare?"   
                          ConfirmDialogType="RadWindow" 
                          ConfirmTitle="Delete"   
                          ButtonType="ImageButton"   
                          CommandName="Delete"   
                          Text="Delete" 
                          UniqueName="DeleteColumn" 
                          Reorderable="false" 
                          Resizable="false"    
                          HeaderStyle-Width="25">  
</telerik:GridButtonColumn> 


where do I wrong?

Thanks

Princy
Top achievements
Rank 2
 answered on 15 Dec 2009
1 answer
64 views
Hi, I am going to design a enterprise level web application. The application is about project management(Time, Resource, Document, Cost Management). I purchased Telerik but I don't know much about this. 
- How could I organize frames looking good and to be confortable and effective? I'd like to leave the consistent area not to be refreshed just main area like grid controls to be refreshed everytime data comes from the server.
- How could I obtain the security? I hope the minimal disclosure of source code on the HTML

If there is a sample or example template to refer to, please advise me. This project is  really important to the company I belong to, So please provide me your good experience to make the project with Telerik success story....
sitefinitysteve
Top achievements
Rank 2
Iron
Iron
Veteran
 answered on 15 Dec 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?