Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
87 views
Hi all,

I have this scenario:
- MasterPage with left side menu,
- center  RadAjaxPanel,
changing selection on left menu tree change content of the center page.
Also controls are loaded dynamically. I want handle errors accoured on server by displaying usercontrol. .
I try'd use  RadScriptManager.AsyncPostBackError and here load my usercontrol with error information, but no luck, Js exception is thrown

PageRequestManagerServerErrorException

with error from server. 

EnableEventValidation is set to "false" on the my MainPage.aspx

Thanks in advance rafalr
Maria Ilieva
Telerik team
 answered on 02 Aug 2013
2 answers
90 views
Hi Guys,
I am using AJAX toolkit Q2 2013 version of Telerik AJAX controls. I am using RadTabStrip control and I am facing problem of Tab selection. My scenario is give below:

I've 5 Tabs of RadTabStrip control on my page and this tab strip control is associate with RadMultipage control. In RadMultipage control every page view is  a separate .aspx control and there is next button control in my page (Next button is the part of aspx page in RadPageView). By clicking on this next button I want to select next tab and also show it as a selected.

<telerik:RadTabStrip ID="RadTabStrip1" SelectedIndex="0" Width="100%" Height="100%" runat="server" MultiPageID="RadMultiPage1" CssClass="RadTabStrip_Default" Skin="Default" EnableEmbeddedSkins="false" >
<Tabs>
<tab>Tab1</Tab>
.
.
.
.
</Tabs>

</telerik:RadTabStrip>

<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" OnPageViewCreated="RadMultiPage1_PageViewCreated" CssClass="multiPage">

<telerik:RadPageView runat="server" ContentUrl="Page.aspx"> </telerik:RadPageView>

.
.
.

</telerik:RadMultiPage>

Can anyone guide my that how I can achieve this??? Thanks in advance.

Regards,

Nencho
Telerik team
 answered on 02 Aug 2013
6 answers
148 views
Hi, I've a standard line chart. It is possible to align the markers so that they are on the grid lines. And also, so that the date labels on the X-axis match up to the grid lines instead of being in between lines. Thanks.
Julian
Top achievements
Rank 1
 answered on 02 Aug 2013
1 answer
254 views
Hi I am using a RadGrid (Telerik.Web.UI.dll version 2010.2.929.35) control with default PageSize as 5 .When the user is navigating to next page, the page size which we have selected (suppose 10)is changing back to the default one(here 5).

How we can maintain the page size selected by user in different pages?

Please help me to resolve the issue.
Konstantin Dikov
Telerik team
 answered on 02 Aug 2013
1 answer
86 views
Hi,

I am using version 2013 Q1 on IE10.  I have the following issue when using the component.

I placed the AsyncUpload in a Radgrid EditTemplate which in turn residing in a RadWindow.  When I press the SELECT button in the AsyncUpload component, the file browser popup where I can select a file to upload.  This works well as long as I stay in the RadWindow; however, when I exit the RadWindow (returning to the calling page) and come back again, the file browser didn't popup at all no matter how many times I click the SELECT button.

The same issue was found when I tried this on IE8 and IE9.  Any idea of what might have caused this?

Thanks.
Emily
Peter Filipov
Telerik team
 answered on 02 Aug 2013
1 answer
83 views
Hi,

I would like to link up my Treeview control to scheduler control.As per selection of treeview(with checkboxes) should be able to show their info on scheduler. Any example/help on this would be appreciated.
Plamen
Telerik team
 answered on 02 Aug 2013
1 answer
93 views
Hello,

I want to handle server errors, but not by displaying alert message or showing div  on client side. I want load usercontrol with exception information like message and stack trace, when error is thrown.

 I have only one main page (Default.aspx) where usercontrols  are loaded dynamically. 

How to do this.?

Maria Ilieva
Telerik team
 answered on 02 Aug 2013
1 answer
60 views
Hi,

I am having a problem with the column selection feature of the header context menu in IE10.

The menu shows the list of available columns but it is not possible to check or uncheck any of the items in the list.  The underlying columns are hidden and shown but its rather an uncomfortable user experience.

It seems to work fine in Chrome, Safari, Firefox and also IE10 in compatibility mode.

If you activate the menu in your demo you can reproduce the problem.

Any ideas?
Thanks

Bob
Bob Fenton
Top achievements
Rank 1
 answered on 02 Aug 2013
4 answers
943 views

Hello,

my problem it's like here:
http://www.telerik.com/community/forums/aspnet-ajax/grid/accessing-old-amp-new-values-in-itemupdated-iteminserted-and-itemdeleted.aspx

How can I get the old values ​​in all input refill, if I get a exception on ItemUpdated?
I try here the code:

protected void RadGrid1_ItemUpdated(object sender, GridUpdatedEventArgs e)
        {
            if (e.Exception != null)
            {
 
                e.KeepInEditMode = true;
                e.ExceptionHandled = true;
                flag = 1;
 
                GridEditFormItem editedItem = (GridEditFormItem)e.Item;
                Hashtable new_values = new Hashtable();
                Hashtable old_values = new Hashtable();
                e.Item.OwnerTableView.ExtractValuesFromItem(new_values, editedItem);
                old_values = (Hashtable)editedItem.SavedOldValues;
 
                foreach (Object key in new_values.Keys)
                {
                    string value = old_values[key].ToString(); // Here I get a error! With: Object reference not set to an instance of an object.
                }
            }
}


Any ideas? Im still a beginner (;
Thanks..

Eyup
Telerik team
 answered on 02 Aug 2013
2 answers
279 views
Hi, 

Is there a way to attach client event to textbox inside RadSearchBox control?
I want to attach keypress event and check whether user press "Enter" key or not.

Thanks in advanced,
Robin


Robin
Top achievements
Rank 2
 answered on 02 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
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
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?