Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
369 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
134 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
214 views
how to Protect DLL?
Genady Sergeev
Telerik team
 answered on 15 Nov 2013
2 answers
172 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
104 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
111 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
98 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
291 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
1 answer
56 views
Hi

How can I add an item requested event to combobox from client click of a button?
Nencho
Telerik team
 answered on 15 Nov 2013
1 answer
105 views
Hi

I have the ShowToggleHandle set to true, and on the menu when its displayed the word 'Toggle' is uses as the trigger.

You can only see the last few characters, but using IE dev tools you can see Toggle in the mark up.
Also is it (will it) possible to change the toggleHandle icon?
Andy
Shinu
Top achievements
Rank 2
 answered on 15 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
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
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?