Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
165 views
I'm building menus in code.  I need to be able to set the menu item image, but the only way I see to do this is by providing a URL string.

The problem is that the images are embedded resources, not separate files on the file system.  So I would like to be able to do something like...

Assembly assembly = Assembly.GetExecutingAssembly();
Stream imageStream = assembly.GetManifestResourceStream(ResourceName);
                                     
menuItem.ImageUrl(or other property) = new Bitmap(imageStream);

Obviously that won't work.  Is there a way to do this by providing the image data directly rather than a URL to a file?
Marbry
Top achievements
Rank 1
 answered on 04 Oct 2013
2 answers
75 views
I'm using the bar chart.  My current dataset has 8 entries in it, dates in the range of Sept 2nd through Oct 2nd.  When I display the chart I expect there to only be 8 sets of bars.  Instead it is showing every date in between.  I don't want that.
Glenn
Top achievements
Rank 1
 answered on 04 Oct 2013
1 answer
125 views
Hi,

I have implemented a two level radmenu on our website and trying to render a secondary menu in case javascript is disabled on client's browser. I want this second menu to appear under the main menu only if javascript is disabled on the browser, so I am rendering this second radmenu inside <noscript> tag. It works fine as expected when javscript is disabled, and also works fine (menu doesn't appear) if javasript is enabled.
However, I get a javascript error (obviously when it's enabled) :
Error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.
Parameter name: element
By looking at the Call Stack of the browser's developers tool, I think it is due to the following script that gets rendered automatically by telerik on the page (I have trimmed down the syntax)

Sys.Application.add_init(function() {
    $create(Telerik.Web.UI.RadMenu, {"_childListElementCssClass":null,"_enableItemImagesPreloading":true,"_flow":0,"_skin...;
});

It is definitely something to do with radmenu inside <noscript> tag, as if I render it without this tag, and with javascript enabled on browser, everything works fine.

I am using IE 8 with compatibility mode turned on.

Thanks in advance

Kam
Dimitar Terziev
Telerik team
 answered on 04 Oct 2013
1 answer
251 views
Hello Telerik,
I am using telerik HTML charts. I am facing one issue to show Large Chart title in multiple lines. (Chart Title+ Sub Title). I am unable to get solution to show chart title in multiple lines. Initially I was using Rad Charts and this is very much possible with Rad Charts. 
So is there any way to split large chart title in multiple lines using telerik HTML charts?


Thanks,
Parimal
Marin Bratanov
Telerik team
 answered on 04 Oct 2013
35 answers
1.1K+ views
Hello everyone,

Can some one please help in solving this issue, I have a radgrid and using automatic updating/deleting/inserting and also using "edit form" provided by the grid. I have 2 comboboxes in my editform that i would like them to be related to each other. One combobox is the country the other is "state/province" depending if ur in Canada or the US. So if u select the country then the other combobox gets filled with appropriate values. I have looked every where and can't find a solution.

Thanks in advance for any help.

Reda.
Shinu
Top achievements
Rank 2
 answered on 04 Oct 2013
2 answers
335 views
I have a grid and one of the cells is set as such

<rad:GridTemplateColumn AllowFiltering="False" UniqueName="EditLink" Groupable="false">
  <ItemTemplate>
    <a href="EditClient.aspx?ClientID=<%# Eval("ClientID")%>">
       <img alt="Edit Client" border="0" src="" title="Edit Client" />
   </a>
 </ItemTemplate>
 <HeaderStyle Width="20px" />
</rad:GridTemplateColumn>

What I am trying to do is set the image source based on a value in the grid at run time.

I assume ItemDataBound is the way to go but how do I get down to the image of the anchor in the item template


Eric Klein
Top achievements
Rank 1
 answered on 04 Oct 2013
4 answers
196 views
After selecting a file for upload, is it possible to shorten the displayed filename?

So if a user selects veryveryverylongfilename.pdf, can I display

veryveryverylong...  [x remove]

but still save it as veryveryverylongfilename.pdf. I have a limited space where I have placed the control and if the filename is too long my formatting gets thrown off.



thnx
Peter
Top achievements
Rank 1
 answered on 04 Oct 2013
3 answers
143 views
Hi,

I have a requirement like the first column list out the features and the other columns lists out the user selected products and there by user can compare the features against opted products. Since the product columns are dynamic, I have confusion on how to implement. What is the best approach ?


Thanks,
Stalin. 
Eyup
Telerik team
 answered on 04 Oct 2013
3 answers
81 views
Hello,

I have a Radgrid bound to a data source:
<radG:RadGrid ID="grdOthers" runat="server" DataSourceID="odsOthers"...>
..and a user control which contains a complex popup for adding a new record to the data source
<ucAutreActivite:AutreActivite ID="PopupAutreActivite"...>
In the user control the button which does the job:
<asp:ImageButton ID="btnValiderPopupAjouterActivite"...>

I also manually set in the user control the Ajax context between the button and the parent grid (which is a property of the user control), and it seems that it appears well in the View Source code:
window["RadAjaxManagerPlanningGrid"] = new RadAjaxManager(...{InitControlID : "PopupAutreActivite_btnValiderPopupAjouterActivite",UpdatedControls : [{ControlID:"PopupAutreActivite_AjouterActivitePopup",PanelID:""},{ControlID:"grdOthers",PanelID:""}]}...)

The problem is although that, after pressing the button which inserts a new value (and this works OK), the grid is not refreshed.
Am I missing something?

Thank you

Maria Ilieva
Telerik team
 answered on 04 Oct 2013
14 answers
1.0K+ views
Ok, so I have a RadButton on a page and in the code-behind all that happens is a simple change of the selected view of a RadMultiPage. The problem is that the code never executes. I have no idea what is going on and can't figure out why the button won't work. I have another page that does the same thing and the button works fine, but on this page nothing happens. I click the button and it just goes back to the top of the page like you would see for an <a href="#"></a> tag. Any ideas?

<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="UserInfo.aspx.cs" Inherits="DADCA.Web.Member.UserInfo" %>
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
Dayton Defense - View My Info
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="HeadContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
    <telerik:RadAjaxManager ID="RadAjaxManager" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="editButton">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="UserInfoMultiPage" LoadingPanelID="win7LoadingPanel" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="saveButton">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="UserInfoMultiPage" LoadingPanelID="win7LoadingPanel" />
                </UpdatedControls>
            </telerik:AjaxSetting>
            <telerik:AjaxSetting AjaxControlID="cancelButton">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="UserInfoMultiPage" LoadingPanelID="win7LoadingPanel" />
                </UpdatedControls>
            </telerik:AjaxSetting>
        </AjaxSettings>
    </telerik:RadAjaxManager>
    <telerik:RadAjaxLoadingPanel ID="win7LoadingPanel" runat="server" Skin="Windows7" />
    <telerik:RadMultiPage ID="UserInfoMultiPage" runat="server" Width="100%"
        <telerik:RadPageView ID="viewInfo" runat="server" Selected="true">
            <table width="100%">
                <tr>
                    <td width="28%" align="left">
                        <h1>View My Information</h1>
                    </td>
                    <td colspan="2" align="right" valign="middle">
                        <telerik:RadButton ID="editButton" runat="server" Text="Edit My Information" Skin="Windows7" OnClick="editButton_OnClick" AutoPostBack="true" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td colspan="3" align="center">
                        <h3><asp:Label ID="messageLabel" runat="server" /></h3>
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Pre Name:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td valign="top">
                        <asp:Label ID="pre_name_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>First Name:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="first_name_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Last Name:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="last_name_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Address:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="address_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Address Line 2 (Optional):</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="address_linetwo_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>City:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="city_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>State:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="state_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Zip:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td valign="top">
                        <asp:Label ID="zip_label" runat="server" />  -  <asp:Label ID="zip4_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Phone:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="phone_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Extension:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="extension_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Fax:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="fax_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>E-mail Address:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:Label ID="email_label" runat="server" />
                    </td>
                </tr>
                <tr><td> </td></tr>
            </table>
        </telerik:RadPageView>
        <telerik:RadPageView ID="editView" runat="server">
            <table width="100%">
                <tr>
                    <td width="28%" align="left">
                        <h1>Edit My Information</h1>
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td colspan="3" align="center">
                        <h3><asp:Label ID="errorLabel" runat="server" /></h3>
                    </td>
                </tr>
                <tr>
                    <td width="28%"> </td>
                    <td colspan="2">
                        <asp:ValidationSummary ID="my_info_vSummary" runat="server" ForeColor="Red" HeaderText="User Information could not be updated. Please correct the following errors and try again:" ShowSummary="true" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="pre_name_validator" runat="server" ControlToValidate="pre_name_textbox" ErrorMessage="Pre Name Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          Pre Name:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td valign="top">
                        <telerik:RadTextBox ID="pre_name_textbox" runat="server"  Width="300px" Skin="Windows7" />
                        <telerik:RadToolTip ID="pre_name_tooltip" runat="server" EnableShadow="true" RelativeTo="Element" TargetControlID="pre_name_textbox" Text="(Mr., Ms., Mrs., etc...)" VisibleOnPageLoad="false" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="first_name_validator" runat="server" ControlToValidate="first_name_textbox" ErrorMessage="First Name Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          First Name:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="first_name_textbox" runat="server"  Width="300px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="last_name_validator" runat="server" ControlToValidate="last_name_textbox" ErrorMessage="Last Name Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          Last Name:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="last_name_textbox" runat="server"  Width="300px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="address_validator" runat="server" ControlToValidate="address_textbox" ErrorMessage="Address Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          Address:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="address_textbox" runat="server"  Width="300px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Address Line 2 (Optional):</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="address_linetwo_textbox" runat="server"  Width="300px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="city_validator" runat="server" ControlToValidate="city_textbox" ErrorMessage="City Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          City:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="city_textbox" runat="server"  Width="300px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:CustomValidator ID="state_custom_validator" runat="server" ClientValidationFunction="validateCombo" ControlToValidate="state_combobox" ErrorMessage="State Is Required" ><span style="color: Red;">*</span></asp:CustomValidator>
                          State:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <asp:HiddenField ID="state_hidden" runat="server" />
                        <telerik:RadComboBox ID="state_combobox" runat="server" Skin="Windows7" MaxHeight="200px">
                            <Items>
                                <telerik:RadComboBoxItem runat="server" Text="Choose" />
                                <telerik:RadComboBoxItem runat="server" Value="AL" Text="Alabama" />
                                <telerik:RadComboBoxItem runat="server" Value="AK" Text="Alaska" />
                                <telerik:RadComboBoxItem runat="server" Value="AZ" Text="Arizona" />
                                <telerik:RadComboBoxItem runat="server" Value="AR" Text="Arkansas" />
                                <telerik:RadComboBoxItem runat="server" Value="CA" Text="California" />
                                <telerik:RadComboBoxItem runat="server" Value="CO" Text="Colorado" />
                                <telerik:RadComboBoxItem runat="server" Value="CT" Text="Connecticut" />
                                <telerik:RadComboBoxItem runat="server" Value="DC" Text="District of Columbia" />
                                <telerik:RadComboBoxItem runat="server" Value="DE" Text="Delaware" />
                                <telerik:RadComboBoxItem runat="server" Value="FL" Text="Florida" />
                                <telerik:RadComboBoxItem runat="server" Value="GA" Text="Georgia" />
                                <telerik:RadComboBoxItem runat="server" Value="HI" Text="Hawaii" />
                                <telerik:RadComboBoxItem runat="server" Value="ID" Text="Idaho" />
                                <telerik:RadComboBoxItem runat="server" Value="IL" Text="Illinois" />
                                <telerik:RadComboBoxItem runat="server" Value="IN" Text="Indiana" />
                                <telerik:RadComboBoxItem runat="server" Value="IA" Text="Iowa" />
                                <telerik:RadComboBoxItem runat="server" Value="KS" Text="Kansas" />
                                <telerik:RadComboBoxItem runat="server" Value="KY" Text="Kentucky" />
                                <telerik:RadComboBoxItem runat="server" Value="LA" Text="Louisiana" />
                                <telerik:RadComboBoxItem runat="server" Value="ME" Text="Maine" />
                                <telerik:RadComboBoxItem runat="server" Value="MD" Text="Maryland" />
                                <telerik:RadComboBoxItem runat="server" Value="MA" Text="Massachusetts" />
                                <telerik:RadComboBoxItem runat="server" Value="MI" Text="Michigan" />
                                <telerik:RadComboBoxItem runat="server" Value="MN" Text="Minnesota" />
                                <telerik:RadComboBoxItem runat="server" Value="MS" Text="Mississippi" />
                                <telerik:RadComboBoxItem runat="server" Value="MO" Text="Missouri" />
                                <telerik:RadComboBoxItem runat="server" Value="MT" Text="Montana" />
                                <telerik:RadComboBoxItem runat="server" Value="NE" Text="Nebraska" />
                                <telerik:RadComboBoxItem runat="server" Value="NV" Text="Nevada" />
                                <telerik:RadComboBoxItem runat="server" Value="NH" Text="New Hampshire" />
                                <telerik:RadComboBoxItem runat="server" Value="NJ" Text="New Jersey" />
                                <telerik:RadComboBoxItem runat="server" Value="NM" Text="New Mexico" />
                                <telerik:RadComboBoxItem runat="server" Value="NY" Text="New York" />
                                <telerik:RadComboBoxItem runat="server" Value="NC" Text="North Carolina" />
                                <telerik:RadComboBoxItem runat="server" Value="ND" Text="North Dakota" />
                                <telerik:RadComboBoxItem runat="server" Value="OH" Text="Ohio" />
                                <telerik:RadComboBoxItem runat="server" Value="OK" Text="Oklahoma" />
                                <telerik:RadComboBoxItem runat="server" Value="OR" Text="Oregon" />
                                <telerik:RadComboBoxItem runat="server" Value="PA" Text="Pennsylvania" />
                                <telerik:RadComboBoxItem runat="server" Value="RI" Text="Rhode Island" />
                                <telerik:RadComboBoxItem runat="server" Value="SC" Text="South Carolina" />
                                <telerik:RadComboBoxItem runat="server" Value="SD" Text="South Dakota" />
                                <telerik:RadComboBoxItem runat="server" Value="TN" Text="Tennessee" />
                                <telerik:RadComboBoxItem runat="server" Value="TX" Text="Texas" />
                                <telerik:RadComboBoxItem runat="server" Value="UT" Text="Utah" />
                                <telerik:RadComboBoxItem runat="server" Value="VT" Text="Vermont" />
                                <telerik:RadComboBoxItem runat="server" Value="VA" Text="Virginia" />
                                <telerik:RadComboBoxItem runat="server" Value="WA" Text="Washington" />
                                <telerik:RadComboBoxItem runat="server" Value="WV" Text="West Virginia" />
                                <telerik:RadComboBoxItem runat="server" Value="WI" Text="Wisconsin" />
                                <telerik:RadComboBoxItem runat="server" Value="WY" Text="Wyoming" />
                            </Items>
                        </telerik:RadComboBox>
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="zip_validator" runat="server" ControlToValidate="zip_textbox" ErrorMessage="Zip Code Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          Zip:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td valign="top">
                        <telerik:RadTextBox ID="zip_textbox" runat="server"  Width="100px" Skin="Windows7" /> - <telerik:RadTextBox ID="zip4_textbox" runat="server" Width="50px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="phone_validator" runat="server" ControlToValidate="phone_textbox" ErrorMessage="Phone Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          Phone:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="phone_textbox" runat="server"  Width="150px" Skin="Windows7" Format="{0:(999) 999-9999}"/>
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Extension:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="extension_textbox" runat="server"  Width="75px" Skin="Windows7"/>
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3>Fax:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="fax_textbox" runat="server"  Width="150px" Skin="Windows7"/>
                    </td>
                </tr>
                <tr><td> </td></tr>
                <tr>
                    <td width="28%" align="right">
                        <h3><asp:RequiredFieldValidator ID="email_validator" runat="server" ControlToValidate="email_textbox" ErrorMessage="E-mail Address Is Required"><span style="color: Red;">*</span></asp:RequiredFieldValidator>
                          E-mail Address:</h3>
                    </td>
                    <td width="2%"> </td>
                    <td>
                        <telerik:RadTextBox ID="email_textbox" runat="server"  Width="300px" Skin="Windows7" />
                    </td>
                </tr>
                <tr><td> </td></tr>
            </table>
            <table width="100%">
                <tr>
                    <td width="48%" align="right">
                        <telerik:RadButton ID="saveButton" runat="server"  Text="Update" OnClick="saveButton_OnClick" Skin="Windows7" />
                    </td>
                    <td width="5%"> </td>
                    <td width="47%" align="left">
                        <telerik:RadButton ID="cancelButton" runat="server"  Text="Cancel" OnClick="cancelButton_OnClick" Skin="Windows7" />
                    </td>
                </tr>
            </table>
            <telerik:RadCodeBlock ID="RadCodeBlock" runat="server">
                <script type="text/javascript">
                    function pageLoad() {
                        var combo = $find("<%= state_combobox.ClientID %>");
                        var item = combo.findItemByValue(document.getElementById("<%= state_hidden.ClientID %>").value);
                        item.select();
                    }
  
                    function validateCombo(source, args) {
                        args.IsValid = false;
                        var combo = $find("<%= state_combobox.ClientID %>");
                        var text = combo.get_text();
                        if (text.length < 1) {
                            args.IsValid = false;
                        }
                        else {
                            var node = combo.findItemByText(text);
                            if (node) {
                                var value = node.get_value();
                                if (value.length > 0) {
                                    args.IsValid = true;
                                }
                            }
                            else {
                                args.IsValid = false;
                            }
                        }
                    }
                </script>
            </telerik:RadCodeBlock>
        </telerik:RadPageView>
    </telerik:RadMultiPage>
          
</asp:Content>

My code behind is pretty simple, not really anything going on, if you think you need to see it to solve the issue just let me know.
Ianko
Telerik team
 answered on 04 Oct 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?