Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
89 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
142 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
250 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
84 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
80 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
88 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
57 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
926 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
272 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
9 answers
455 views
Hi,

I want to allow my users to insert HTML tables in the content they generate, but I don't want them to be able to fully control styles and formatting for the inserted table.  The only control users should have is over the number of rows and columns in the table.  We do this to preserve look-n-feel consistency through our content. 

The InsertTable tool in RadEditor is great except we want to hide the Table Wizard and Table Properties options from the drop-down (which give "full-control" over table properties).  Is there a way to achieve this?  Is InsertTable a Tool Strip that we could modify?

Alternatively, we could build our own tool strip from the "primary" buttons that show up on that drop-down, but I wasn't able to find the corresponding tool for the interactive "table grid" that you drag across to specify the number of columns and rows.  Thanks,

Stefan
Ianko
Telerik team
 answered on 02 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?