Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
54 views
Hi friends,
I have a radgrid in and editformsetting for adding and editing the rows in radgrid, but the problem is that whenever user does not select any checkbox and directly hit the add or update button i display message for selection, after clicking ok button in message box my editformsetting get close and user have to again click on add or edit and have to enter\edit the values which is quite uncomfortable, how can i stop editformsetting from getting close after clicking ok button in messagebox my message box is of internet explorer i.e Page.RegisterstartUpscript.

Please help.

Thanks in advance.

Manoj Gupta
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2010
3 answers
104 views
Hi,

I use in my page some RadSplitter and RadPane.

<head runat="server"
    <title></title
    <link href="Style/styles.css" rel="Stylesheet" type="text/css" /> 
    <link rel="SHORTCUT ICON" href="Style/Images/logo-class-I_browser.ico" /> 
    <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" /> 
    <style type="text/css"
    .rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul 
        { 
            width: 100%; 
            display: inline-block; 
            margin: 0; 
            padding: 0; 
            list-style-type: none; 
        } 
        .col1, .col2, .col3 
        { 
            float: left; 
            width: 100px; 
            margin: 0; 
            padding: 0 5px 0 0; 
            line-height: 14px; 
        } 
    </style> 
</head> 
<body> 
    <form id="form1" runat="server"
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server"
        <Scripts> 
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" /> 
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" /> 
            <asp:ScriptReference Path="~/UserClassi.js" /> 
        </Scripts> 
    </telerik:RadScriptManager> 
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">         
    </telerik:RadAjaxManager> 
    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="Default,Zone" /> 
    <div> 
        <helpDesk:SkinManager runat="server" ID="RadSkinManager1" ShowChooser="false" Skin="Vista" 
            PersistenceKey="SkinDef" PersistenceMode="Session" OnPreRender="RadSkinManager1_PreRender" /> 
    </div> 
    <telerik:RadSplitter ID="RadSplitter2" runat="server" Width="100%" BorderSize="0" 
        BorderStyle="None" PanesBorderSize="0" Height="100%" Orientation="Horizontal" 
        VisibleDuringInit="false"
        <telerik:RadPane ID="topPane" runat="server" Height="74px" CssClass="toppane"
            <div class="header"
                <asp:Panel ID="Panel1" runat="server"
                    <asp:Image ID="ImageLogo" runat="server" ImageUrl="Logo/logo-classi.png" ImageAlign="Middle" /> 
                </asp:Panel> 
                <div class="skin-chooser"
                    <asp:LoginView ID="LoginView1" runat="server"
                        <AnonymousTemplate> 
                            Not authentificated</AnonymousTemplate> 
                        <LoggedInTemplate> 
                            <asp:LoginName ID="LoginName1" runat="server" ForeColor="Black" /> 
                            <asp:LoginStatus ID="LoginStatus1" runat="server" LogoutAction="RedirectToLoginPage" 
                                OnLoggedOut="LoginStatus1_LoggedOut" ToolTip="Déconnexion" /> 
                            <asp:LinkButton runat="server" Visible="false" ID="LinkAdmin" CausesValidation="False"
                                <asp:ImageButton ID="ImgAdmin" runat="server" Visible="false" ImageAlign="Middle" 
                                    ImageUrl="~/Images/icone_administration.png" CausesValidation="False" /></asp:LinkButton> 
                        </LoggedInTemplate> 
                    </asp:LoginView> 
                </div> 
            </div> 
            <telerik:RadMenu ID="RadMenu1" runat="server" Style="float: none; position: absolute; 
                top: 48px; z-index: 3000" Width="100%"              
            CausesValidation="False"
            <Items> 
            <telerik:RadMenuItem Text="Application"
            <Items> 
                <telerik:RadMenuItem Text="Déconnexion" Value="logout" ImageUrl="Images/exit.gif" 
                    PostBack="true" runat="server" NavigateUrl="logout.aspx" /> 
                <telerik:RadMenuItem Text="Page Principale" Value="home" ImageUrl="Images/Home.png" 
                    PostBack="false" runat="server" NavigateUrl="Home2.aspx" /> 
            </Items> 
            </telerik:RadMenuItem> 
            </Items> 
        </telerik:RadMenu> 
        </telerik:RadPane>         
        <telerik:RadPane runat="server" ID="contentPane" Scrolling="none" Locked="True"
            <telerik:RadSplitter ID="RadSplitter1" runat="server" Height="100%" Width="100%"
                <telerik:RadPane ID="RadPane1" runat="server" Height="100%" Width="200px"  
                    MaxWidth="300" Locked="True">                     
                    <telerik:RadPanelBar ID="RadPanelBar1" runat="server"  
                        ExpandMode="FullExpandedItem" Height="100%" PersistStateInCookie="True"  
                        Width="100%" onitemclick="RadPanelBar1_ItemClick"
                        <Items> 
                            <telerik:RadPanelItem runat="server" Expanded="True" Selected="True"  
                                Text="Groupes" Value="grp" Width="100%" PostBack="false"
                                <Items> 
                                <telerik:RadPanelItem runat="server" Text="Liste des groupes"
                                    </telerik:RadPanelItem> 
                                    <telerik:RadPanelItem runat="server" Text="Ajouter un groupe"
                                    </telerik:RadPanelItem> 
                                    <telerik:RadPanelItem runat="server" Text="&Eacute;diter un groupe"
                                    </telerik:RadPanelItem> 
                                </Items> 
                            </telerik:RadPanelItem> 
                            <telerik:RadPanelItem runat="server" Text="Utilisateurs" PostBack="false"
                                <Items> 
                                    <telerik:RadPanelItem runat="server" Text="Liste des utilisateurs" Value="userlist"
                                    </telerik:RadPanelItem> 
                                    <telerik:RadPanelItem runat="server" Text="Ajout d'un utilisateur"
                                    </telerik:RadPanelItem> 
                                    <telerik:RadPanelItem runat="server" Text="&Eacute;dition d'un utilisateur" Value="edituser"
                                    </telerik:RadPanelItem> 
                                </Items> 
                            </telerik:RadPanelItem> 
                            <telerik:RadPanelItem runat="server" Text="Licence"
                            </telerik:RadPanelItem> 
                            <telerik:RadPanelItem runat="server" Text="Statistique"
                            </telerik:RadPanelItem> 
                        </Items> 
                    </telerik:RadPanelBar> 
                </telerik:RadPane> 
                <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="None"  
                    EnableResize="False" /> 
                <telerik:RadPane ID="RadPane2" runat="server" Height="100%"
                 
                    <uc1:ListUser ID="ListUser1" runat="server" Visible="false" /> 
                    <uc2:EditUser ID="EditUser1" runat="server" Visible="false" /> 
                 
                </telerik:RadPane> 
            </telerik:RadSplitter> 
        </telerik:RadPane> 
    </telerik:RadSplitter> 
    </form> 
</body> 
</html> 

The problem occures in the EditUser control.

%@ Control Language="C#" AutoEventWireup="true" CodeFile="EditUser.ascx.cs" Inherits="EditUser" %> 
<telerik:RadAjaxManagerProxy ID="RadAjaxManagerProxy1" runat="server"
    <AjaxSettings> 
        <telerik:AjaxSetting AjaxControlID="ButtonSaveSite"
            <UpdatedControls> 
                <telerik:AjaxUpdatedControl ControlID="RepeaterSite" UpdatePanelRenderMode="Block" /> 
            </UpdatedControls> 
        </telerik:AjaxSetting> 
    </AjaxSettings> 
</telerik:RadAjaxManagerProxy> 
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server"
 
    <script type="text/javascript"
        function UpdateItemCountField(sender, args) { 
            //set the footer text 
            sender.get_dropDownElement().lastChild.innerHTML = "A total of " + sender.get_items().get_count() + " items"; 
        } 
        function linckclick() { 
            alert("ok"); 
        } 
    </script> 
 
</telerik:RadCodeBlock> 
<br /> 
<asp:Panel ID="Panel1" runat="server" HorizontalAlign="Center"
    <asp:Label ID="Label1" runat="server" Text="Choix de l'utilisateur" AssociatedControlID="RadComboBoxChoixUser"></asp:Label> 
    <telerik:RadComboBox ID="RadComboBoxChoixUser" runat="server" DropDownWidth="350px" 
        EmptyMessage="Choisir un utilisateur" EnableLoadOnDemand="true" EnableVirtualScrolling="false" 
        Height="150px" HighlightTemplatedItems="true" MarkFirstMatch="true" OnClientItemsRequested="UpdateItemCountField" 
        OnDataBound="RadComboBoxChoixUser_DataBound" OnItemDataBound="RadComboBoxChoixUser_ItemDataBound" 
        OnItemsRequested="RadComboBoxChoixUser_ItemsRequested" AllowCustomText="false" 
        Width="150px" AutoPostBack="True" OnSelectedIndexChanged="RadComboBoxChoixUser_SelectedIndexChanged"
        <HeaderTemplate> 
            <ul> 
                <li class="col2">Nom</li> 
                <li class="col3">Prénom</li> 
                <li class="col1">Pseudo</li> 
            </ul> 
        </HeaderTemplate> 
        <ItemTemplate> 
            <ul> 
                <li class="col2"
                    <%# DataBinder.Eval(Container.DataItem, "LastName")%></li
                <li class="col3"
                    <%# DataBinder.Eval(Container.DataItem, "FirstName")%></li
                <li class="col1"
                    <%# DataBinder.Eval(Container.DataItem, "Users.UserName")%></li
            </ul> 
        </ItemTemplate> 
        <FooterTemplate> 
            A total of 
            <asp:Literal ID="RadComboItemsCount" runat="server" /> 
            items 
        </FooterTemplate> 
    </telerik:RadComboBox> 
</asp:Panel> 
<br /> 
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" Visible="false"
    <Tabs> 
        <telerik:RadTab runat="server" Text="Inforamtions générales" PageViewID="RadPageView1"
        </telerik:RadTab> 
        <telerik:RadTab runat="server" Text="Profile" PageViewID="RadPageView2"
        </telerik:RadTab> 
        <telerik:RadTab runat="server" Text="Droits" PageViewID="RadPageView3"
        </telerik:RadTab> 
    </Tabs> 
</telerik:RadTabStrip> 
<telerik:RadMultiPage ID="RadMultiPage1" runat="server"
    <telerik:RadPageView ID="RadPageView1" runat="server"
        <asp:Panel ID="Panel2" runat="server" GroupingText="Activation"
            <asp:Table ID="Table1" runat="server"
                <asp:TableRow> 
                    <asp:TableCell Width="150"
                        <asp:Label ID="Label2" runat="server" Text="Nom de compte" AssociatedControlID="LabelNomCompte"></asp:Label></asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:Label ID="LabelNomCompte" runat="server" Text=""></asp:Label></asp:TableCell> 
                </asp:TableRow> 
                <asp:TableRow> 
                    <asp:TableCell Width="150"
                        <asp:Label ID="Label3" runat="server" Text="Nom complet" AssociatedControlID="LabelNomComplet"></asp:Label></asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:Label ID="LabelNomComplet" runat="server" Text=""></asp:Label> 
                    </asp:TableCell> 
                </asp:TableRow> 
                <asp:TableRow> 
                    <asp:TableCell Width="150"
                        <asp:Label ID="Label4" runat="server" Text="Activation" AssociatedControlID="CheckBoxActif"></asp:Label></asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:CheckBox ID="CheckBoxActif" runat="server" /></asp:TableCell> 
                </asp:TableRow> 
            </asp:Table> 
        </asp:Panel> 
        <asp:Panel ID="Panel3" runat="server" GroupingText="Utilisateur"
            <asp:Table ID="Table2" runat="server"
                <asp:TableRow> 
                    <asp:TableCell Width="150"
                        <asp:Label ID="Label5" runat="server" Text="Nom" AssociatedControlID="TextBoxNom"></asp:Label> 
                    </asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:TextBox ID="TextBoxNom" runat="server"></asp:TextBox></asp:TableCell> 
                </asp:TableRow> 
                <asp:TableRow Width="150"
                    <asp:TableCell> 
                        <asp:Label ID="Label6" runat="server" Text="Prénom" AssociatedControlID="TextBoxPrenom"></asp:Label> 
                    </asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:TextBox ID="TextBoxPrenom" runat="server"></asp:TextBox></asp:TableCell> 
                </asp:TableRow> 
                <asp:TableRow> 
                    <asp:TableCell Width="150"
                        <asp:Label ID="Label7" runat="server" Text="Email" AssociatedControlID="TextBoxEmail"></asp:Label></asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:TextBox ID="TextBoxEmail" runat="server"></asp:TextBox></asp:TableCell> 
                </asp:TableRow> 
            </asp:Table> 
        </asp:Panel> 
        <asp:Panel ID="Panel5" runat="server" GroupingText="Membre"
            <asp:Table ID="Table4" runat="server"
                <asp:TableRow> 
                    <asp:TableCell Width="150">Société</asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:Label ID="LabelSoc" runat="server"></asp:Label></asp:TableCell> 
                </asp:TableRow> 
                <asp:TableRow> 
                    <asp:TableCell Width="150">Groupe</asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:Label ID="LabelGroup" runat="server"></asp:Label></asp:TableCell> 
                </asp:TableRow> 
            </asp:Table> 
        </asp:Panel> 
        <asp:Panel ID="Panel4" runat="server" GroupingText="Authentification"
            <asp:Table ID="Table3" runat="server"
                <asp:TableRow> 
                    <asp:TableCell Width="150">Nom de connexion</asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:TextBox ID="TextBoxLogin" runat="server"></asp:TextBox></asp:TableCell> 
                </asp:TableRow> 
                <asp:TableRow> 
                    <asp:TableCell Width="150">Mot de passe</asp:TableCell> 
                    <asp:TableCell>:</asp:TableCell> 
                    <asp:TableCell> 
                        <asp:HyperLink ID="HyperLink1" runat="server" onclick="javascript:linckclick();return false;" 
                            Text="***** (Changement de mot de passe)" Font-Underline="false" ForeColor="Blue" 
                            Style="cursor: pointer"></asp:HyperLink></asp:TableCell> 
                </asp:TableRow> 
            </asp:Table> 
        </asp:Panel> 
    </telerik:RadPageView> 
    <telerik:RadPageView ID="RadPageView2" runat="server"
        <asp:Panel ID="Panel6" runat="server" GroupingText="Sites"
            <asp:Repeater ID="RepeaterSite" runat="server" OnItemDataBound="RepeaterSite_ItemDataBound"
                <HeaderTemplate> 
                    <table> 
                </HeaderTemplate> 
                <ItemTemplate> 
                    <tr> 
                        <td width="150"
                            <asp:Label ID="LabelLibSite" runat="server" Text='<%#Eval("DataTextField") %>'></asp:Label> 
                            <asp:HiddenField ID="HiddenFieldSite" runat="server" /> 
                        </td> 
                        <td> 
                            : 
                        </td> 
                        <td> 
                            <asp:CheckBox ID="CheckBoxSite" runat="server" /> 
                        </td> 
                    </tr> 
                </ItemTemplate> 
                <FooterTemplate> 
                    </table> 
                </FooterTemplate> 
            </asp:Repeater> 
            <asp:Button ID="ButtonSaveSite" runat="server" Text="Sauvegarder" OnClick="ButtonSaveSite_Click" /> 
        </asp:Panel> 
        <asp:Panel ID="Panel7" runat="server" GroupingText="Numérotation Chrono"
            <asp:Repeater ID="RepeaterNumChrono" runat="server" OnItemDataBound="RepeaterNumChrono_ItemDataBound"
                <HeaderTemplate> 
                    <table> 
                </HeaderTemplate> 
                <ItemTemplate> 
                    <tr> 
                        <td width="150"
                            <asp:Label ID="LabelLibChrono" runat="server" Text='<%#Eval("DataTextField") %>'></asp:Label> 
                            <asp:HiddenField ID="HiddenFieldChrono" runat="server" /> 
                        </td> 
                        <td> 
                            : 
                        </td> 
                        <td> 
                            <asp:CheckBox ID="CheckBoxChrono" runat="server" /> 
                        </td> 
                    </tr> 
                </ItemTemplate> 
                <FooterTemplate> 
                    </table> 
                </FooterTemplate> 
            </asp:Repeater> 
            <asp:Button ID="ButtonSaveChrono" runat="server" Text="Sauvegarder" OnClick="ButtonSaveChrono_Click" /> 
        </asp:Panel> 
    </telerik:RadPageView> 
    <telerik:RadPageView ID="RadPageView3" runat="server"
    </telerik:RadPageView> 
</telerik:RadMultiPage> 

When the repeaters were filling in the second tab, the scroll bar is displayed.

I move to the end of the scroll bar and check the last checkbox from the repeater.
when I check the check box after scrolling, the header (the RadPane with the Id =topane) disapears.

Have you already seen this problem?
Georgi Tunev
Telerik team
 answered on 15 Dec 2010
3 answers
166 views
I would like to get validation to work on a form that has radcaptcha, and a radtextbox included.  I cannot get it to work unless I use asptextbox with clientsidevalidation disabled.

I have made sure that the validation group is set the same for both the radtextbox and the captcha control, but the captcha control never seems to validate - even through the radtextbox works just fine.

Is there anything i can do to keep client side validation of the controls that can do it, and validate the captcha control on the server side?
Pero
Telerik team
 answered on 15 Dec 2010
2 answers
190 views
Hello,

I have a control that loads a RadTreeView using an object as the source and performing on-demand loading of child nodes via the OnNodeExpand event.  I also use a RadWindow to allow users to edit the tree nodes.  When the user saves their changes on the RadWindow, it fires an ajax event using javascript which then uses an ajax request to update the node in the tree.  This is working very nicely. 

However, when the user finishes editing and closes the RadWindow the RadTree no longer functions properly.  The OnNodeExpand event is no longer firing when trying to expand a node and the OnClientMouseOver I was using to display tooltips is not effective below the first level of nodes.  I've tried adding the NodeExpand event handler back in after the update just in case it's getting lost somewhere, but this doesn't seem to work.

Any ideas what I'm doing wrong?

Thanks,
Courtney

Here's my ajax request code
protected void RadAjaxManager1_AjaxRequest(object sender, AjaxRequestEventArgs e)
{
    string[] values = e.Argument.Split(new[] { "|" }, 2, StringSplitOptions.None);
    string nodeId = values[0];
    string nodeText = values[1];
    foreach (RadTreeNode node in GroupTree.Nodes)
    {
        if (UpdateNode(node, nodeId, nodeText))
            break;
    }
    GroupTree.NodeExpand += (GroupTreeOnNodeExpand);
}
private static bool UpdateNode(RadTreeNode node, string nodeId, string nodeText)
{
    if (node.Attributes["id"] == nodeId)
    {
        node.Text = nodeText;
        return true;
    }
    foreach (RadTreeNode childNode in node.Nodes)
    {
        if (UpdateNode(childNode, nodeId, nodeText))
            return true;
    }
    return false;
}

 

 

Maria Ilieva
Telerik team
 answered on 15 Dec 2010
3 answers
181 views
Hello,
Actually, I have some problem with the Treeview item in particular onClientContextMenuItemClicking as shown below:

function
 onClientContextMenuItemClicking(sender, args)
{
        var menuItem = args.get_menuItem();
        var node = args.get_node();
        menuItem.get_menu().hide();
 
        switch (menuItem.get_value()) {
            case "SaveAs":
                Xlate.Web.Translation.service.ResourceFilesService.ExportResourceFile('108', PassServiceHandler, FailServiceHandler);
                break;
        }
    }
Save As menu item is supposed to save resx file [RESOURCE FILE in DOTNET]; it calls a webs service to get the file from the DB, and Download the file, but the below code didn't work out in this case, but when i tried it out without Ajax or Telerick controls, I could work it out:


[WebMethod()]
        public void ExportResourceFile(string fileId)
        {
            List<ISearchResult> searchResults;
            SearchCriteria searchCriteria;
            try
            {
                    searchCriteria = new SearchCriteria();
                    searchCriteria.ResourceFileID = int.Parse(fileId);
                    searchCriteria.SearchOption = SearchType.ResxKey;
                    
                    ResourceFile resourceFile = ResxFileManager.CreateResourceFile(searchCriteria);
 
                    MemoryStream memoryStream = new MemoryStream();
                    memoryStream = Manager.GenerateResxSourceCode(resourceFile);
                    memoryStream.Position = 0;
                    DownloadFile(memoryStream,resourceFile.Name);
             }
             catch (Exception ex)
             {
                 // set exception message              
                string errorMessage = String.Format("Failed to export resource fileid ={0}, error:{1}", fileId ,ex.Message);
 
                // trace call
                TraceUtil.Write("ResourceFilesService::ExportResourceFile", "Exception occured [{0}]", errorMessage);
 
                // publish and rethrow the exception
                BusinessException businessExc = new BusinessException(errorMessage, ex);
                throw (businessExc);
             }
          }
 
        private void DownloadFile(MemoryStream memoryStream,string fileName)
        {
            byte[] byteArray = memoryStream.ToArray();
            memoryStream.Flush();
            memoryStream.Close();
            HttpContext.Current.Response.Clear();
            HttpContext.Current.Response.AddHeader("Content-Disposition", "attachment; filename=test.resx");
            HttpContext.Current.Response.AddHeader("Content-Length", byteArray.Length.ToString());
            HttpContext.Current.Response.ContentType = "application/octet-stream";
            HttpContext.Current.Response.BinaryWrite(byteArray);
 
        }


DownloadFile method should force the Browser to open Save Dialog File, is there anything wrong with the code above, Could you please Help.

Regards,
Hanan




function onClientContextMenuItemClicking(sender, args) {
  
function onClientContextMenuItemClicking(sender, args) {
        var menuItem = args.get_menuItem();
        var node = args.get_node();
        menuItem.get_menu().hide();
 
        switch (menuItem.get_value()) {
            case "SaveAs":
                Xlate.Web.Translation.service.ResourceFilesService.ExportResourceFile('108', PassServiceHandler, FailServiceHandler);
                break;
        }
    }
     var menuItem = args.get_menuItem();
        var node = args.get_node();
        menuItem.get_menu().hide();

        switch (menuItem.get_value()) {
            case "Ssada





Sdfsefsqweq
function onClientContextMenuItemClicking(sender, args) {
        var menuItem = args.get_menuItem();
        var node = args.get_node();
        menuItem.get_menu().hide();
 
        switch (menuItem.get_value()) {
            case "SaveAs":
                Xlate.Web.Translation.service.ResourceFilesService.ExportResourceFile('108', PassServiceHandler, FailServiceHandler);
                break;
        }
    }
function onClientContextMenuItemClicking(sender, args) {
        var menuItem = args.get_menuItem();
        var node = args.get_node();
        menuItem.get_menu().hide();
 
        switch (menuItem.get_value()) {
            case "SaveAs":
                Xlate.Web.Translation.service.ResourceFilesService.ExportResourceFile('108', PassServiceHandler, FailServiceHandler);
                break;
        }
    }
Maria Ilieva
Telerik team
 answered on 15 Dec 2010
1 answer
137 views
Hi,

Please see attached image.

I'm using the popup edit form to insert/update records in a radgrid. The first time the edit form is opened the controls it contains flow outside the form bounds.

If I close and reopen the edit form, it sizes correctly. Any ideas?

Thanks,

James
Radoslav
Telerik team
 answered on 15 Dec 2010
5 answers
104 views
Hello friends,
I think i have a simple problem with the radgrid....that i cannot figure out....
please kindly help me in fixing what i am doing incorrectly,
i have written all the issue details in the attached project file. 
file linked below: Grid333 . zip
[URL=http://www.easy-share.com/1913236826/Grid333.zip]http://www.easy-share.com/1913236826/Grid333.zip[/URL]
[URL=http://www.mediafire.com/file/mcxxvce8uj3g4jh/Grid333.zip]http://www.mediafire.com/file/mcxxvce8uj3g4jh/Grid333.zip[/URL]
[URL=http://www.slingfile.com/file/6icllc]http://www.slingfile.com/file/6icllc[/URL]

Thanks and regards
prad



pshah
Top achievements
Rank 1
 answered on 15 Dec 2010
1 answer
83 views
Hello sir,

i have two usercontrol..which i placed in two radtab..now in 1st usercontrol i have gridview and user can select a row to see the details..when user click select then i want to show 2nd usercontrol which i placed in radtab2..how can i do this..
please help to find the way.

thanks
Shinu
Top achievements
Rank 2
 answered on 15 Dec 2010
1 answer
54 views

Hello,

Can you please confirm that Radcontrols for ASP. NET AJAX Q3 2009 SP2 - version 2009.3.1314 is IE8 compatible?
We are switching to windows 7/ie8 environment soon and on the preliminary testing we are seeing the controls layout look very different in IE8.
Please advise.


Thanks,
Sebastian
Telerik team
 answered on 15 Dec 2010
3 answers
96 views

I followed this demo 

http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx

And now it works perfectly in IE but in Firefox it makes the browser not responding. Are you aware of this issue?

This is just a copy/paste operation with the same data .. i even created DB with identical tables structure. 

Please let me know if i can fix this issue somehow. 

Thanks

Vasil
Telerik team
 answered on 15 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?