Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
281 views
Hi,
I am using the latest version of dll. I need to overwite my css in such a way my pager numbers should be appeared in rifht side. how to do it. Tried the following but nothing happend

.RadGridRTL_Web20 .rgNumPart a
{
    float: right !important;
    text-align: right !important;
}
.RadGrid_Web20 .rgPager .rgStatus
{
 text-align : right !important;
}

Thanks,
Jeevihta
Guss
Top achievements
Rank 2
Veteran
 answered on 10 Feb 2021
0 answers
114 views

There is any tutorial (with sample code) teaching how to use Telerik skins for whose has no idea from where to start?

I don't even know how to set a skin to a control.

Thanks.

Yan Moura
Top achievements
Rank 1
Veteran
Iron
 asked on 09 Feb 2021
1 answer
109 views

Hi Team,

How to get the selected node id using radgantt. Is there any method which can be used to get ?

Regards

 

Vessy
Telerik team
 answered on 09 Feb 2021
3 answers
112 views

When I use numerictextbox demos and I try to enter letters, the objects rejects input, but when I use them in my project, the textbox allows user to enter letter and once it loses the focus it gets empty.

My Code

 

<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/MasterPage.Master" CodeBehind="Default.aspx.vb" Inherits="GadsWebApp._Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    <style type="text/css">
        body {
            background-image: url('images/BackGrounds/default5.jpg');
            background-repeat: no-repeat; background-size: 100%; background-color: transparent;width: 100%;
            height: 100%; margin: 0px; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px;
        }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolderMain" runat="server">
     <telerik:RadNumericTextBox RenderMode="Lightweight" runat="server" ID="RadNumericTextBox1" Width="190px" Value="15"
            EmptyMessage="Enter amount" Type="Currency" MinValue="0" MaxValue="100"></telerik:RadNumericTextBox>
 
</asp:Content>

 

Vessy
Telerik team
 answered on 09 Feb 2021
1 answer
163 views

Hi there,

 

I set two seperate ViewPaths for the RadEditor.ImageManager, but somehow there's only the latter path "~/Image2" displayed in the ImageManger, I couldn't find the first view path. Could you please let me know how to solve it?

 

 

 

Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Me.Load
        Dim viewPaths As String() = New String() {"~/Image", "~/Image2"}
        Dim uploadPaths As String() = New String() {"~/Image/New", "~/Image2/New"}
        Dim deletePaths As String() = New String() {"~/Image/Del", "~/Image2/Del"}
 
        If Not IsPostBack Then
            radEditor.ImageManager.ViewPaths = viewPaths
            radEditor.ImageManager.UploadPaths = uploadPaths
            radEditor.ImageManager.DeletePaths = deletePaths
        End If
    End Sub
Vessy
Telerik team
 answered on 09 Feb 2021
1 answer
70 views

Dear Telerik Team,

 

Is there a way to set the maximum size allowed for the image storing directory? And if possible, how can I set the image storing directory max size for different customers?

Looking forward to your reply!

 

Thanks,

Matty

Vessy
Telerik team
 answered on 09 Feb 2021
1 answer
225 views

I've added the following styling but it doesn't remove the white border or change the color as shown in the image. Also how can I remove the white vertical line on the end of the menu?

 

      .RadMenu_MetroTouch .rmRootGroup
       {          
            border-style: none  !important;
            border-color:gray  !important;

       }

Vessy
Telerik team
 answered on 09 Feb 2021
2 answers
119 views

Hello, I am using MultiColumnComboBox so for that i have to popup javascript alert and enable disable another MultiColumnComboBox depends on first ( on selectionindexchanged from server side).

Following is my code that i have done. but it doesn't work for me.

protected void multiColumCombobox1_SelectedIndexChanged(object sender, Telerik.Web.UI.RadMultiColumnComboBoxSelectedIndexChangedEventArgs e)
    {        
        if (multiColumCombobox1.Value=="1")
        {
            ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('HI');", true);

            multiColumCombobox1.Enable = true;

        }
        else
        {
               ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('Bye');", true);   

               multiColumCombobox1.Enable = False;

        }
    }

 

Regards,

Sarthkee

sarthkee
Top achievements
Rank 1
Veteran
 answered on 09 Feb 2021
1 answer
54 views

Hello, I am using MultiColumnComboBox so for that i have to popup javascript alert and enable disable another MultiColumnComboBox depends on first ( on selectionindexchanged from server side).
Following is my code that i have done. but it doesn't work for me.

 

Regards,
Sarthkee

protected void multiColumCombobox1_SelectedIndexChanged(object sender, Telerik.Web.UI.RadMultiColumnComboBoxSelectedIndexChangedEventArgs e)
    {       
        if (multiColumCombobox1.Value=="1")
        {
            ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('HI');", true);
            multiColumCombobox2.Enable = true;
 
        }
        else
        {
               ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('Bye');", true);  
               multiColumCombobox2.Enable = False;
 
        }
    }
Doncho
Telerik team
 answered on 09 Feb 2021
5 answers
153 views
Hi, I have a RadGrid with a GridDropDownColumn field. I overrided the them of the grid and everything is working well except the ComboBox of the GridDropDownColumn field, it's rendering transparent rectangle.

Any help!
Doncho
Telerik team
 answered on 09 Feb 2021
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?