Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
91 views
Hello I need help with orientation.  What  I am trying to do is have all root/ancestors have vertical alignment and all descendants without children to have horizontal alignment.  Does that make sense? At most there will only be a depth of three.

I tried to use the following example but could not get it to work: http://www.telerik.com/community/forums/aspnet-ajax/treeview/horizontal-orientation-for-certain-nodes.aspx

Thanks in advance.
Magdalena
Telerik team
 answered on 11 Nov 2013
1 answer
82 views
We have a we issue we use rad menu in my work and we adapting the sites to responsive but when we click on the menu to navigation to a drop down item it does not allow us to click to the sub menu items only the main navigation url is opened. Is this a bug when viewed on tablets ???
Princy
Top achievements
Rank 2
 answered on 11 Nov 2013
1 answer
158 views
Hi,
I do want sub total rows but only with one level of grouping.  If I turn off subtotal grouping I loose the one total I want to display.  If i have Rows sub total position on I have extra row total fields I do not want.  Is there anyway to control this?  For example based on my screen shot I want to to display the InstName total for each section but Not the AUN, CIP, Program etc.
thanks
Daniel
Telerik team
 answered on 11 Nov 2013
4 answers
349 views
Hi,

I've been trying to find an example of hiding a value in a column in a RadGrid detail table.  I've found examples on how to hide an entire column, but that's not what I'm looking for.  I need the column to always be present, and want to hide the value in a row based on the value in that column.  

As a simplified example, let's say I have a numerical column called "ID" in the detail table.  If the value of the "ID" column is 0 then I want to hide that value for that row.  

Here's how I achieved this for the master table in the PreRender event:
'Hide value of SelID if it's 0
            For Each dataItem As GridDataItem In RadGrid1.Items
                For Each col As GridColumn In RadGrid1.Columns
 
                    If col.UniqueName = "sel_id" Then
                        'getting the value of the BoundColumn
                        Dim value As String = dataItem("sel_id").Text
 
                        If value = "0" Then
                            dataItem("sel_id").Text = String.Empty
                        End If
                    End If
                Next
            Next

But I can not seem to figure out how to achieve the same thing in a detail table.  Any assistance would be greatly appreciated.
Thanks!
Amy
Top achievements
Rank 1
 answered on 11 Nov 2013
1 answer
75 views
Hi, I have a web page that has a basic telerik radcombobox as follows.
<telerik:RadComboBox ID="ddlAssignmentCancellationReasons" runat="server" Width="75%"
      MaxHeight="200" SkinID="RadComboBoxBoundView">
  </telerik:RadComboBox>

Telerik version 2011.1.413.40, IE8. In IE9 the dropdown appears ok but in IE8 the dropdown options appear transparent. The same thing happens for RadDatePicker and other telerik controls.

http://i2.photobucket.com/albums/y17/un1eash/Capture_zps6ac2024e.png

Thanks



Shinu
Top achievements
Rank 2
 answered on 11 Nov 2013
1 answer
99 views
how can i control RadCaptcha must be input?

Shinu
Top achievements
Rank 2
 answered on 11 Nov 2013
8 answers
186 views
Hi,
I am user Upload control, Is there any possiblity to view the Uploaded image instantly before saving.





Thanks
Shinu
Top achievements
Rank 2
 answered on 11 Nov 2013
2 answers
100 views
One of our customers has reported a problem with the Editor using Chrome or Firefox.

The problem can be demonstrated quite easily using the demo editor, here: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx

Steps to reproduce:

switch to HTML view

delete everything in the editor and paste in the following:

<p><strong></strong></p>
<img alt="" src="http://www.telerik.com/assets/img/telerik-navigation/telerik-logo.png" />

switch back to Design view

attempt to delete the 'empty space' above the image.


Using IE, the empty space (the <p> element) above the image can be removed easily - just click above the image and hit the delete key.

Using FF and Chrome, it is not possible to position the cursor above the image, on the <p> tag, so there is no way to remove the <p> element.

I guess the customer is pasting in a lot of html and is dealing with this problem frequently.

Is there a solution to this problem?  Thanks,

Trevor.
Ianko
Telerik team
 answered on 11 Nov 2013
2 answers
249 views
On client side how do you clear a textbox on change of a combobox that is on the same row.  They are both inside the radgrid. 

<telerik:GridTemplateColumn DataField="iActionID" FilterControlAltText="Filter iActionID column"
                    HeaderText="Issue" SortExpression="iActionID" UniqueName="iActionID">
    <ItemTemplate>
        <asp:HiddenField ID="HiddeniActionID" runat="server" Value='<%# Eval("iActionID") %>' />
        <telerik:RadComboBox ID="iActionID" runat="server" NoWrap="True"
            DataSource='<%# GetNextAvailableIssueTypes(Eval("iActionID")) %>' DataTextField="sActionDesc" DataValueField="iActionID"
            Width="200" SelectedValue='<%# Eval("iActionID") %>' EnableViewState="true" RenderMode="Lightweight"
            >
        </telerik:RadComboBox>
    </ItemTemplate>
</telerik:GridTemplateColumn>
<telerik:GridTemplateColumn UniqueName="sNewComment" HeaderText="Comments">
    <ItemTemplate>
        <telerik:RadTextBox ID="sNewComment" runat="server" Width="100%" Text='<%# Eval("sComment") %>'></telerik:RadTextBox>
    </ItemTemplate>
</telerik:GridTemplateColumn>
Richard
Top achievements
Rank 1
 answered on 11 Nov 2013
5 answers
106 views
I did install 2 major version telerik Q2 2012 and Q2 2013.

How do open 2 project in 2 Visual Studio 2012 IDEs, that one VS IDE load other version major telerik?

I tried but two VS IDEs load only one version telerik Q2 2012 or Q2 2013.

Missing User
 answered on 11 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?