Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
68 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
85 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
77 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
260 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
30 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
77 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
1 answer
68 views
Hi,
I have a master and child grid. I want to access the selected row value in clientside on a button click. Some one help me with this. 
Princy
Top achievements
Rank 2
 answered on 15 Nov 2013
1 answer
114 views
Hi.
I have some columns in my Grid. I want one template column to show tooltip for each row corresponding to the row values of another column.how to obtain this?
Shinu
Top achievements
Rank 2
 answered on 15 Nov 2013
1 answer
376 views
inside radGrid I have form template with asp:Button for update/insert. How can I display "please wait" after user click update/insert until it;s completed

 

 

<asp:Button ID="btnUpdate" runat="server" Text='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "Insert", "Update") %>'

 

 

 

CommandName='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "PerformInsert", "Update") %>'>

 

 

 

</asp:Button>

 

Shinu
Top achievements
Rank 2
 answered on 15 Nov 2013
3 answers
513 views
Hi,

I wrote the following code in javascript
if(...)
{ var controltodisable= $find("<%= ControlToDisable.ClientID %>");
controltodisable.set_enabled(false);}

Here, ControlToDisable is a RadTextBox.
With the above code the textbox looks disabled but I am still able to type text in it. The text appears greyed out though.

How can I resolve the issue?

Also, when I disable the same textbox from clientside (JS) and codebehind (CS) there is a difference in the field display style.
What could be the issue?

Brindavan

storageUnit1.set_enabled(false);
Princy
Top achievements
Rank 2
 answered on 15 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?