Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
69 views
The Q3 2012 release brought a major improvement in the databinding of RadHtmlChart and the price is a breaking change:

The DataField property of each series is now DataFieldY.

This is done to provide better databinding options for the rest of the series (e.g. Scatter and ScatterLine got a DataFieldX and Pie got NameField).

More information about the improvements and new features is available in
Q3 2012 Release Notes page
New Features of RadHtmlChart for ASP.NET AJAX Ship a Month Ahead of Schedule blog post
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 17 Oct 2012
1 answer
143 views
Hello
Is there a way to have a multi-column combox box in a GridDropdownColumn instead of a GridTemplateColumn?

Thanks

Cheryl
Eyup
Telerik team
 answered on 17 Oct 2012
1 answer
73 views
Hi ,

I want to show RadAjaxLoadingPanel clientside using following but it seems in new version (v4.30319) show and hide methods are removed.
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html

My requirement is as following

I am binding RadGrid Clientside using 
 <DataBinding Location="~/ResourceManagement/ManageResources.aspx" SelectMethod="wmBindResourcesById" />
<ClientEvents OnRowSelected="RowSelected" OnRowDeselected="RowSelected" OnDataBinding="rgResourceList_DataBinding"
                            OnDataBound="rgResourceList_OnDataBound" OnRowContextMenu="RowContextMenu" OnDataSourceResolved="rgResourceList_OnDataSourceResolved">
                        </ClientEvents>
I want to show RadAjaxLoadingPanel in rgResourceList_DataBinding event and hide in rgResourceList_OnDataSourceResolved
event.

Please suggest for the same.

Maria Ilieva
Telerik team
 answered on 17 Oct 2012
4 answers
266 views
I have a RibbonBar button that when click a RadWindowManager.RadConfirm window opens up. After the "Ok" button is 
click the RadAjaxManager1_AjaxRequest in the code behind is not being fired. However, the javascript is being fired
and returns no errors

the HTML markup and javascript is setup as follows:

<%@ Control Language="vb" AutoEventWireup="false" CodeBehind="DailyReportsControl.ascx.vb" Inherits="FXWB.DailyReportsControl" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
</telerik:RadAjaxManager>
<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
    <script type="text/javascript">
        //<![CDATA[
        function alertCallBackFn(arg) {
            return false;
        }
 
        function confirmCallBackFn(arg) {
            var ajaxManager = $find("<%= RadAjaxManager1.ClientID %>");
            if (arg != null) {
                //If user confirms they want to clear all signatures, call server side method   
                if (arg == true) {
                    if (ajaxManager != null) {
                        ajaxManager.ajaxRequest(1);
                        return false;
                    }
                }
                //If user cancels the clear all signatures, then simply return   
                else if (arg == false) {
                    if (ajaxManager != null) {
                        return false;
                    }
                }
            }
        }
        //]]>                                                                        
    </script>
</telerik:RadCodeBlock>
<telerik:RadWindowManager ID="RadWindowManager1" runat="server">
</telerik:RadWindowManager>

The code-behind loads up other controls dynamically on the page (there is another page identical to this one and the AjaxRequest is firing on that one).
The code-behind for the Request is as follows:

    Protected Sub RadAjaxManager1_AjaxRequest(ByVal sender As ObjectByVal e As Telerik.Web.UI.AjaxRequestEventArgsHandles RadAjaxManager1.AjaxRequest
        Select Case e.Argument
            Case "1"
                MyBase.OnDelete(ucFolderList.ListType, ucFolderList.ucFolderControl.objFolder.strFolderType, ucFolderList.SelectedItems)
                MyBase.OnDelete(ucSubfolders.ListType, ucSubfolders.ucFolderControl.objFolder.strFolderType, ucSubfolders.SelectedItems)
                Response.Redirect(Request.Url.ToString())
        End Select
    End Sub


Why is the RadAjaxManager1_AjaxRequest not firing after the confirm button click?
 
Marin Bratanov
Telerik team
 answered on 17 Oct 2012
1 answer
386 views
Hello,
I am using rad grid and opening edit form in popup. The grid have many columns so edit form's height is very high because each rows in edit form have only one text box.   I want to show multiple text boxes in a row for edit. How I will do that.I am using item templates and edit item templates for displaying data.
Kostadin
Telerik team
 answered on 17 Oct 2012
1 answer
92 views
Hi all member
I have a RadWindow which is url to a WebForm .there is a radgrid in webform .so when radwindow is in maximum state i can not to write in radgrid when radgrid is in insert mode
I use RadControls for ASP.NET AJAX Q1 2012 SP1
this problem is when

RestrictionZoneID value set to a div tag
please helpt


Maria Ilieva
Telerik team
 answered on 17 Oct 2012
1 answer
53 views
I'm afraid I've been away from Telerik controls (and web development) for some time.  My problem is this.

What I think I need to do is implement a text box (a rich textbox?) that can not only accept text but also small images.  The control should save and retrieve the contents to a varbinary(max) field in a SQL Server 2008 (minimum) database table. 

What is the simplest way to implement this?  (Emphasis on simple.)
Vasil
Telerik team
 answered on 17 Oct 2012
1 answer
92 views
Hi,

I have a GridTemplateColumn which contains a checkbox. It works well in every browser except IE7 which looks like this (see below) when I scroll.

Is that a known issue?
Pavlina
Telerik team
 answered on 17 Oct 2012
3 answers
84 views
Does Telerik have an object that the OrgChart XML can be deserialized to?

I currently load the data from an XML file using the LoadContentFile method. I would like to update the OrgChart XML file on the GroupItemDrop and NodeDrop events and since there are no IDs, it seems like the best approach would be to deseralize the XML, then update the XML object, write to the file, and rebind the control.

Is that the best way to update the XML file or is there a better way to do this?
Peter Filipov
Telerik team
 answered on 17 Oct 2012
3 answers
194 views
Hi,
I have this situation where, when I click a button client-side(i.e the button onclick ) event, I would like to use javascript function to expand only those nodes that have been checked(ticked). Rest of the nodes to be collapsed.
I am have tried a lot of diff tent ways however with no success.
Can any one help or show me any other examples of a similar situation.

Thanks in advance

Tejas
Princy
Top achievements
Rank 2
 answered on 17 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?