Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
90 views
Hello,

Telerik DLL version : 2012.2.821.40

I am getting below error continuously when my Radwindow does Postback.
This is happening only in document mode : IE9.

due to this error all Radcontrols stops working and page hanged.


SCRIPT16389: Unspecified error.
Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ScriptManager1_TSM
&compress=0&_TSM_CombinedScripts_=%3b%3bTelerik.Web.UI%2c+Version%3d2012.2.
821.40%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3aen-US%3
ad2793d48-0d9b-4711-a9b4-14025eeaa7ba%3a16e4e7cd%3af7645509%3a8674cba1%3a7
c926187%3ab7778d6c%3ac08e9f8a%3a59462f1%3aa51ee93e%3acb4a7569%3a24ee1bba%3
a30f1f089%3a874f8ea2%3a19620875%3af46195d3%3a490a9d4e%3a2e42e72a%3aef34730
3%3a63b115ed%3a1569bb5f%3adc7e0bd%3aed16cbdc%3a58366029%3a2003d0b8%3ae3305
18b%3a1e771326%3ac8618e41%3ae4f8f289%3abd8f85e4%3bAjaxControlToolkit%2c+Ve
rsion%3d3.0.20229.32776%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e8
4b6d53e%3aen-US%3a414272c7-7ff1-4f02-be9b-f79c62ee8806%3adc2d6e36%3ab14bb7
d5%3a13f47f54%3a84c03be9%3ad454c982%3a6b79d5cc%3aa3e10fa2%3a701e375f%3a3c5
5b13e%3ade51bc8f%3a1d056c78%3aa4313c7a, line 33049 character 9

please take a look.
Waiting for your positive reply as soon as possible.

Thanks,
Hiren
Marin Bratanov
Telerik team
 answered on 26 Aug 2013
1 answer
98 views
Hi,

I am working on Web Application with 508 compliance. I just added  radconfirm("Are you sure you want to postback?", aspButtonCallbackFn, 330, 180, null"Confir"); in the javascript script. When I just click RadButton that fire up OnClientClicking Event. The focus should be on the window when it opens. Focus should stay within the modal window when I continue tabbing. I am able to tab to other screen elements. The focus should stay within the modal window: OK, Cancel and Close (X) buttons.

The onkeypress handler will catch all key presses within the document. This onkeypress event handler should be within the scope of the dialog box code so that it has access to the first and last tab focusable elements within the dialog


Please help me with that.

Thanks,
Chi Ming 

Marin Bratanov
Telerik team
 answered on 26 Aug 2013
1 answer
70 views
Hi!
I have a problem.
I want export data from radgrid to excel. I have a button. When click this button, it will export a .xls file. But I want save file by save file dialog ,without open file dialog.
Please help me!
Daniel
Telerik team
 answered on 26 Aug 2013
1 answer
63 views
Hi support

How can I select an item with an image and text from a radcombobox?

Any help
Antony
Shinu
Top achievements
Rank 2
 answered on 26 Aug 2013
1 answer
118 views
Hi, 

I have a repeater in which I want to show the tooltip from client side. I implemented as mentioned in this demo : http://demos.telerik.com/aspnet-ajax/tooltip/examples/radtooltipmanagerclientapi/defaultcs.aspx

But when I load the page for the first time, I can see both the tooltips. i.e the default browser tooltip and the telerik tooltip.
I have attached an image of it. 

Please let me know if there is a solution.
Marin Bratanov
Telerik team
 answered on 26 Aug 2013
3 answers
345 views
RcMyAccount.Series[0].SetItemLabel(0, string.Format("Active Projects\n {0}", currentPorject.Count));
RcMyAccount.Series[0].SetItemLabel(1, string.Format("Available  Projects\n {0}", CurrentPlan.MaxProjects - ActiveProject));
RcMyAccount.Series[0].Items[0].Label.Appearance.LabelLocation = StyleSeriesItemLabel.ItemLabelLocation.Inside;
 RcMyAccount.Series[0].Items[1].Label.Appearance.LabelLocation = StyleSeriesItemLabel.ItemLabelLocation.Inside;

I m trying this code to show items label inside pie chart but it's not working.
please find attached snapshot of Pie chart.

        

Danail Vasilev
Telerik team
 answered on 26 Aug 2013
3 answers
453 views
Hello Team,

Please suggest me how to Save the Filter Text Value and Bind it Back to the Filter Text Box on Telerik Grid Reload as my requirement need to Bind the Filter text until the User Logs Off the system. I am using "2011.2.712.40" Telerik Version in my Project.

The Code I am using for my Grid is:

<div id="CmeGrid" style="padding-bottom: 5px;">
             <telerik:RadGrid ID="rdGrdInbox" runat="server" AllowFilteringByColumn="True" AllowSorting="True"
                        AllowPaging="True" CellSpacing="0" GridLines="None" AutoGenerateColumns="False"
                        PageSize="15" OnItemCommand="rdGrdInbox_ItemCommand" OnItemCreated="rdGrdInbox_ItemCreated"
                        Width="100%">
                        <MasterTableView DataKeyNames="grant_id">
                            <CommandItemSettings ExportToPdfText="Export to PDF" />
                            <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                            </RowIndicatorColumn>
                            <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                            </ExpandCollapseColumn>
                            <Columns>
                                <telerik:GridTemplateColumn DataField="action_required" AllowFiltering="true" SortExpression="action_required"
                                    UniqueName="action_required">
                                    <HeaderTemplate>
                                        <asp:LinkButton ID="lblheaderActionItems" runat="server" Font-Bold="true" Font-Underline="false"
                                            CommandName='Sort' CommandArgument='action_required'>Action required</asp:LinkButton>
                                    </HeaderTemplate>
                                    <ItemTemplate>
                                        <asp:LinkButton ID="btnAction" runat="server" Font-Underline="true" ForeColor="Blue"
                                            Text='<%#Eval("action_required") %>' CommandName="edit" />
                                    </ItemTemplate>
                                </telerik:GridTemplateColumn>
                                <telerik:GridBoundColumn FilterControlWidth="80%" DataField="grant_display_id" HeaderText="Request ID"
                                    SortExpression="grant_display_id" UniqueName="grant_display_id" ShowFilterIcon="true">
                                </telerik:GridBoundColumn>
                                <telerik:GridBoundColumn FilterControlWidth="80%" DataField="grant_id" HeaderText="Request ID"
                                    Visible="false" SortExpression="grant_id" UniqueName="grant_id" ShowFilterIcon="true">
                                </telerik:GridBoundColumn>
                                <telerik:GridBoundColumn FilterControlWidth="80%" DataField="activity_type" HeaderText="Type of Request"
                                    SortExpression="grant_id" UniqueName="activity_type" ShowFilterIcon="true">
                                </telerik:GridBoundColumn>
                                <telerik:GridDateTimeColumn AutoPostBackOnFilter="true" FilterControlWidth="100px"
                                    DataField="date_submitted" HeaderText="Date Submitted" SortExpression="date_submitted"
                                    UniqueName="date_submitted" PickerType="DatePicker" DataFormatString="{0:d}"
                                    FilterDelay="500" ShowFilterIcon="false">
                                </telerik:GridDateTimeColumn>
                                <telerik:GridBoundColumn FilterControlWidth="80%" DataField="grant_external_status"
                                    HeaderText="Status" SortExpression="grant_status" UniqueName="grant_status" ShowFilterIcon="true">
                                </telerik:GridBoundColumn>
                                <%--abdulr--%>
                                <telerik:GridTemplateColumn DataField="activity_title" FilterControlWidth="200px"
                                    AllowFiltering="true" SortExpression="activity_title" UniqueName="activity_title">
                                    <HeaderTemplate>
                                        <asp:LinkButton ID="lblheaderProgramTitle" runat="server" Font-Bold="true" Font-Underline="false"
                                            CommandName='Sort' CommandArgument='program_title'>Activity Title</asp:LinkButton>
                                    </HeaderTemplate>
                                    <ItemTemplate>
                                        <asp:LinkButton ID="btnTitle" runat="server" Font-Underline="true" ForeColor="Blue"
                                            Text='<%#Eval("activity_title") %>' CommandName="select" />
                                    </ItemTemplate>
                                    <ItemStyle CssClass="inboxgridWrap" />
                                </telerik:GridTemplateColumn>
                                <telerik:GridNumericColumn FilterControlWidth="50px" DataField="requested_amount"
                                    HeaderText="Requested Amount" SortExpression="requested_amount" UniqueName="requested_amount"
                                    ShowFilterIcon="true" HeaderStyle-Width="90px" DataType="System.Decimal">
                                </telerik:GridNumericColumn>
                                <telerik:GridNumericColumn FilterControlWidth="50px" DataField="approved_amount"
                                    HeaderText="Approved Amount" SortExpression="approved_amount" UniqueName="approved_amount"
                                    ShowFilterIcon="true" HeaderStyle-Width="90px" DataType="System.Decimal">
                                </telerik:GridNumericColumn>
                                <telerik:GridTemplateColumn HeaderText="View/Print Agreement" SortExpression="loa_signoff_ind"
                                    AllowFiltering="false" ShowFilterIcon="false" HeaderStyle-Font-Bold="true">
                                    <ItemTemplate>
                                        <asp:LinkButton runat="server" ID="btn_view_print_agreement" Font-Underline="true"
                                            ForeColor="Blue" Text='View/Print Agreement' CommandName="viewloa"></asp:LinkButton>
                                    </ItemTemplate>
                                    <HeaderStyle Font-Bold="True" />
                                </telerik:GridTemplateColumn>
                            </Columns>
                            <EditFormSettings>
                                <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                                </EditColumn>
                            </EditFormSettings>
                        </MasterTableView>
                        <GroupingSettings CaseSensitive="false" />
                        <FilterMenu EnableImageSprites="False">
                        </FilterMenu>
                        <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default">
                        </HeaderContextMenu>
             </telerik:RadGrid>
</div>

Please go through the Link Below to Understand my requirement better.
LINK: http://screencast.com/t/Ip7dbtmg

Please let me know how I can save the Filter Criteria and restore on reload of Grid or if there is any inbuilt property of Telerik to do the same operation which I want. Please help me at the earliest.

Thanks,
Saurabh
Jayesh Goyani
Top achievements
Rank 2
 answered on 26 Aug 2013
1 answer
144 views
Hi,

Some of my users are complaining that the RadComboBox sometimes does not render properly in IE9. I'm not able to replicate to exactly, but here are the screenshots.

Please suggest if someone else has reported the same issue, and is there a solution/workaround available ?

Browser : IE 9.0
Telerik ASP.NET Ajax : 2013.2.611.40

Nishant
Magdalena
Telerik team
 answered on 26 Aug 2013
1 answer
71 views
Just as the title says, I want to be able to turn the self-referencing hierarchy on and off. I have a RadGrid of orders that I am creating the structure for in the code behind file, and a RadToolBar with a button for toggling the hierarchy. There are other buttons on the toolbar that I am using client-side script to respond to.

Code to build the grid structure.
private void InitializeGrid()
{
    try
    {
        // add columns
        Telerik.Web.UI.GridBoundColumn boundColumn = new Telerik.Web.UI.GridBoundColumn();
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "OrderId";
        boundColumn.UniqueName = "OrderId";
        boundColumn.HeaderText = "Order Id";
        boundColumn.DataType = typeof(System.Guid);
        boundColumn.Display = false;
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "Locked";
        boundColumn.UniqueName = "Locked";
        boundColumn.HeaderText = "Locked";
        boundColumn.DataType = typeof(System.Boolean);
        boundColumn.Display = false;
 
        Telerik.Web.UI.GridImageColumn imageColumn = new Telerik.Web.UI.GridImageColumn();
        uxOrderListControl.MasterTableView.Columns.Add(imageColumn);
        imageColumn.UniqueName = "LockImage";
        imageColumn.HeaderText = "L";
 
        imageColumn = new Telerik.Web.UI.GridImageColumn();
        uxOrderListControl.MasterTableView.Columns.Add(imageColumn);
        imageColumn.UniqueName = "A";
        imageColumn.HeaderText = "A";
 
        imageColumn = new Telerik.Web.UI.GridImageColumn();
        uxOrderListControl.MasterTableView.Columns.Add(imageColumn);
        imageColumn.UniqueName = "E";
        imageColumn.HeaderText = "E";
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "OrderType";
        boundColumn.UniqueName = "OrderType";
        boundColumn.HeaderText = "Type";
        boundColumn.DataType = typeof(System.String);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "CurrentOrderId";
        boundColumn.UniqueName = "CurrentOrderId";
        boundColumn.HeaderText = "Number";
        boundColumn.DataType = typeof(System.String);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "OrderDate";
        boundColumn.DataFormatString = "{0:d}";
        boundColumn.UniqueName = "OrderDate";
        boundColumn.HeaderText = "Date";
        boundColumn.DataType = typeof(System.DateTime);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "Total";
        boundColumn.DataFormatString = "{0:c}";
        boundColumn.UniqueName = "Total";
        boundColumn.HeaderText = "Total";
        boundColumn.DataType = typeof(System.Decimal);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "BillToName";
        boundColumn.UniqueName = "BillToName";
        boundColumn.HeaderText = "Bill To Name";
        boundColumn.DataType = typeof(System.String);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "SoldToName";
        boundColumn.UniqueName = "SoldToName";
        boundColumn.HeaderText = "Sold To Name";
        boundColumn.DataType = typeof(System.String);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "Lookup";
        boundColumn.UniqueName = "Lookup";
        boundColumn.HeaderText = "Lookup";
        boundColumn.DataType = typeof(System.String);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "NeedToEdi";
        boundColumn.UniqueName = "NeedToEdi";
        boundColumn.HeaderText = "Need To EDI";
        boundColumn.DataType = typeof(System.Boolean);
 
        boundColumn = new Telerik.Web.UI.GridBoundColumn();
        uxOrderListControl.MasterTableView.Columns.Add(boundColumn);
        boundColumn.DataField = "ReferralInvoiceId";
        boundColumn.UniqueName = "ReferralInvoiceId";
        boundColumn.HeaderText = "Ref ID";
        boundColumn.DataType = typeof(System.Guid);
 
        uxOrderListControl.MasterTableView.DataKeyNames = new string[] { "OrderId", "ReferralInvoiceId" };
 
        if (_hierarchical)
        {
            uxOrderListControl.ClientSettings.AllowExpandCollapse = true;
            uxOrderListControl.MasterTableView.HierarchyLoadMode = GridChildLoadMode.Client;
            uxOrderListControl.MasterTableView.HierarchyDefaultExpanded = true;
            uxOrderListControl.MasterTableView.SelfHierarchySettings.ParentKeyName = "ReferralInvoiceId";
            uxOrderListControl.MasterTableView.SelfHierarchySettings.KeyName = "OrderId";
            uxOrderListControl.MasterTableView.SelfHierarchySettings.MaximumDepth = 2;
        }
    }
    catch
    {
        throw;
    }
}
#endregion
Antonio Stoilkov
Telerik team
 answered on 26 Aug 2013
3 answers
117 views
Hi. I have a problem abot radtreeview node click event. I list categories on treeview. when I click a node, it loads related datas on the right side of screen. First, I click a node, and it loads data (also, I can make debug.). But then, when I click a node, it doesn't show new realted data, also I can't do debug on code. It runs first time. Other times, it doesn't run.

Can someone give me an idea about how this happens?
Shinu
Top achievements
Rank 2
 answered on 26 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?