Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
168 views
I used the example for the  Dynamic Tabs with Multipage project to create a tabstrip with multipages that load a scheduler on each tab. The Multipage creates the pageview on demand when the user clicks on the tab. If the tab page is already created, it shows it.

I need to pass some values in the URL to be picked up in the page. But, I can't figure out how to do it with the pageview. The pageview loads the page name into a control that is added to the pageview controls collection. If I attempt to include the parameters in the URL like this, "Appointments.ascx?S=123", it throws an error.

How can I handle this?
Steve
Top achievements
Rank 1
 answered on 18 Nov 2013
1 answer
81 views
The Live Examples:window/examples/clientsideevents
(My version is  AJAX Q3 2013 released 10/15/2013)
in "Dialog.aspx",I just replace asp Button with RadButton, the OnClientClicked does not work.
Here is "Dialog.aspx" code snippet whitch i added a  RadButton :

<table style="text-align: center; width: 250px;">
    <tr>
        <td>
            To provide an argument, fill in the value and click on "Close with argument" button
            below:<br />
            <br />
            <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox><br />
            <br />
            <asp:Button ID="Button1" runat="server" Text="Close RadWindow" OnClientClick="Close();return false;" /><br />
            <br />
            <asp:Button ID="Button2" runat="server" Text="Close with argument" OnClientClick="CloseWithArg();return false;"/>
            <br />
            RadButton1 is added by myself,but the OnClientClicked event does not work.
            <telerik:RadButton ID="RadButton1" runat="server" Text="RadButton" OnClientClicked="Close();return false;"></telerik:RadButton>
        </td>
    </tr>
</table>

Ray
Top achievements
Rank 1
 answered on 17 Nov 2013
5 answers
356 views
i'm following the demo here
http://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultcs.aspx#qsf-demo-source

works well but when i set

CheckBoxes="true" EnableCheckAllItemsCheckBox="True"

the check box does not appear in the same line as each item row, instead it appears on top of each item (2 rows for each item, 1st row shows the check box, 2nd row shows the actual item). The total number of rows appearing in the dropdown becomes item count x 2.

[checkbox]
[item]
[checkbox]
[item]

What can I do to make the check box appear on the same row as the item?

Thanks for reading
Missing User
 answered on 15 Nov 2013
1 answer
128 views
Hi,

We are trying to the ShowSound property of the rad notification control. 

It works like charm on desktop browsers, but when we access the same web page from any tablet / smart mobile no sound is audible. We even tried the demo page on the devices but no sound. http://demos.telerik.com/aspnet-ajax/notification/examples/configurator/defaultcs.aspx

Could anyone explain why and how to enable the sound from devices?

Best Regards,
Nirmal
Dimitar
Telerik team
 answered on 15 Nov 2013
4 answers
204 views
how to Protect DLL?
Genady Sergeev
Telerik team
 answered on 15 Nov 2013
2 answers
164 views
Hi ,

I have to prevent entering a non existent date like (11/31/2013..etc) and also needs to consider leap year . I tried with java script function but couldn't achieve it. Can you please help me to get the validation function for the text box txtLaunchDate in java script?

Below is my Radgrid code...
<AN:ANGrid ID="grdEmails" runat="server" Width="100%" AutoGenerateColumns="false" ShowGroupPanel="false" ClientSettings-AllowDragToGroup="false">
 <MasterTableView DataKeyNames="ID">
    <Columns>
     <telerik:GridBoundColumn DataField="EmailTypeName" HeaderText="Email Type" SortExpression="EmailTypeName" />
    <telerik:GridBoundColumn DataField="RequestSubject" HeaderText="Subject" SortExpression="RequestSubject" />
        <telerik:GridTemplateColumn UniqueName="LaunchDate" HeaderText="Launch Date" SortExpression="Name">
        <ItemTemplate>
               <asp:TextBox ID="txtLaunchDate" runat="server" ToolTip="Enter email launch date in MM/DD/YYYY format here" CssClass="controls" Width="200" OnTextChanged="PreventNonexistentDate"></asp:TextBox>
   <AN:ANButton ID="btnStopDelinquentNotices" runat="server" Text="Stop Delinquent Notices" Visible="false" />
</ItemTemplate>
</telerik:GridTemplateColumn>
 <telerik:GridTemplateColumn UniqueName="LaunchDays" HeaderText="Number of Days before Contract Expiration" SortExpression="Name" Display="false">
    <ItemTemplate>
    <AN:ANNumericTextBox ID="txtDays" runat="server" Type="Number" Value="0" ></AN:ANNumericTextBox>
</ItemTemplate>
</telerik:GridTemplateColumn>
     </Columns>
   </MasterTableView>
   </AN:ANGrid>

Thanks
Joselina
Joselina
Top achievements
Rank 1
 answered on 15 Nov 2013
3 answers
95 views
I have a few different grids that use the column below.  In VS 2012 it's fine, but in 2013 only the image shows up and all the other columns disappear.  Then it just displays the columns horizontally instead of verticle.


                               <telerik:GridTemplateColumn Visible="true"  AllowFiltering="false"
                                    HeaderText="Image" UniqueName="dressImg5">
                                <HeaderStyle />
                                <ItemTemplate>
                                    <asp:HyperLink ID="targetControl" runat="server" NavigateUrl="#">
                                        <asp:Image ID="imgFront" Height="40" runat="server" AlternateText="Front"
                                            ImageUrl='<%# Eval("ImgFrontId", "~/StreamImage.ashx?imageID={0}&thumb=Y") %>'
                                            ImageAlign="Middle" />
                                    </asp:HyperLink>
                                </ItemTemplate>
                            </telerik:GridTemplateColumn>
IT
Top achievements
Rank 1
 answered on 15 Nov 2013
3 answers
106 views
Hi,

I'm developing my project in VS2010 with version 2013.3.1015.35.

I can't  navigate through RadListbox items using keyboard even if a RadListbox has focus on the document. Also, “To Right” and “To Left” button text are missing. Please see the screenshot attached herewith.

Here is my code:

<telerik:RadListBox runat="server" Height="75px" Width="225px" ButtonSettings-ShowTransferAll="false" TransferToID="lstTargetLanguageDestination" ID="lstTargetLanguageSource" AllowTransfer="true" TransferMode="Move" SelectionMode="Multiple" AllowTransferOnDoubleClick="true" AutoPostBackOnTransfer="true" OnTransferred="lstTargetLanguageSource_Transferred"></telerik:RadListBox>
 
<telerik:RadListBox ID="lstTargetLanguageDestination" runat="server" ButtonSettings-ShowTransferAll="false" Height="75px" AutoPostBack="true" AutoPostBackOnTransfer="false" AutoPostBackOnReorder="false" AutoPostBackOnDelete="false" Width="200px" OnSelectedIndexChanged="lstTargetLanguageDestination_SelectedIndexChanged"></telerik:RadListBox>

This is on Firefox 24.0, IE11 and Windows 8.1

Any quick work around will be appreciated.

Thanks

Tejas

Nencho
Telerik team
 answered on 15 Nov 2013
1 answer
92 views
Hi

In the documentation of radmediaplayer it is given like mp4 videos can be played in IE browser. But I cannot play any .mp4 files in any version of IE such an 9, 10, 11. When the page loads, I am getting an error "The video could not be loaded, either because the server or network failed or because the format is not supported." So to check the video file, I created a simple html page and added the HTML5 <video> tag with the particular .mp4 file as its source and run the page in IE. There it worked fine (Still I need to click the "Allow ..." button appearing at the bottom of the page) and found the issue is not with the codec.

Please help to play the .mp4 file in IE-9.
Deyan Enchev
Telerik team
 answered on 15 Nov 2013
2 answers
282 views
Hello,
    Using the excellent demos available, I have implemented a date range filter for my Grid. I also needed to setup a default filter range for when the page loads which I have done in the codebehind with:

 

Me.RadGrid1.MasterTableView.FilterExpression = "(([LogDate] >= '01/01/2012') AND ([LogDate] <= '31/12/2013'))"

 

I would really like to be able to display these default filter values in the date range picker boxes in the Grid. Is this possible?

Regards

Geoff

Geoff
Top achievements
Rank 1
 answered on 15 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?