Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
126 views
While the skins that are supplied are pretty kewl, the colors are limited.  I was wondering if there is a place where users can upload their skins to share with the community.  I am not creative and don't want the responsibility for deciding what looks nice together.  I'd like any help I can get to make my site look more professional and interesting.
Thank you,
--Larry--
Bozhidar
Telerik team
 answered on 17 Feb 2012
1 answer
65 views
Hello Forumians!

Problem reflected in the attachment.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm1.aspx.cs" Inherits="Parus.WebClient.WebForm1" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="ScriptManager" runat="server" />
    <div>
     <telerik:RadMenu ID="MainMenu" runat="server" />
    </div>
    </form>
</body>
</html>
cs
using System;
 
namespace Parus.WebClient
{
    public partial class WebForm1 : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
             
        }
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);
 
            MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());
            MainMenu.Items[0].Text = "MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());";
            MainMenu.Items[0].Items.Add(new Telerik.Web.UI.RadMenuItem());
            MainMenu.Items[0].Items[0].Text = "MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());";
 
            MainMenu.Items[0].Items.Add(new Telerik.Web.UI.RadMenuItem());
            MainMenu.Items[0].Items[1].Text = "MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());";
            MainMenu.Items[0].Items.Add(new Telerik.Web.UI.RadMenuItem());
            MainMenu.Items[0].Items[2].Text = "MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());";
            MainMenu.Items[0].Items.Add(new Telerik.Web.UI.RadMenuItem());
            MainMenu.Items[0].Items[3].Text = "MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());MainMenu.Items.Add(new Telerik.Web.UI.RadMenuItem());";
        }
    }
}
Kate
Telerik team
 answered on 17 Feb 2012
6 answers
148 views
Hi:
I need create a textbox into a gridcolumn, but it's dinamic in with c# code.
Thanks
David.
Han
Top achievements
Rank 1
 answered on 17 Feb 2012
2 answers
103 views
Hi,

When I load a page using the Office 2010 Blue skin if there is a radgrid and a radtreelist on it, they both use different text colours.  The grid uses the dark blue while the treelist uses black as the text colour.

I've had a quick look at other skins but they seem to use black on both.

Could these be aligned so that they match each other please?  

In the meantime I have used the following CSS to fix my issue.

.RadTreeList_Office2010Blue,
.RadTreeList_Office2010Blue .rtlHeader,
.RadTreeList_Office2010Blue .rtlHeader a
{
    color:#384e73 ! important;
}

Regards,

Jon
Jon
Top achievements
Rank 1
 answered on 17 Feb 2012
3 answers
133 views
Hi. I'm experiencing some display problems using a Scheduler control on an intranet page. In IE8, there's a 7px gap between the scheduler header and the table that contains the main scheduler appointment information (see screenshot 1). In Firefox 3.6, the same table is shifted around 90px right (see screenshot 2).

Using IE dev toolbar and Firebug, I've conclued the .rsContent div is positioned OK and that the problems arise with the child table being shifted down or right. I know the issue is being caused by global CSS rules in the intranet page style sheet interfering with the scheduler CSS settings but I'm really struggling to find out what's being overidden and causing the problems.

Is there any way I can insulate the Scheduler control from outside CSS 'interfernce' by wrapping it in a div with specific settings?
Regards, Ian
Jani
Top achievements
Rank 1
 answered on 17 Feb 2012
4 answers
100 views
I have a bunch of RADNumeric textboxes which use Access Keys
I put a tool tip in for the access keys
only problem - access keys need a shift key in Firefox
Alt + P is really Shift + Alt + P

any recommendation as to how / where to fix?
Elliott
Top achievements
Rank 2
 answered on 17 Feb 2012
3 answers
411 views
Hi,

I am having a RadGrid that has a CommandItemTemplate as described below :

<CommandItemTemplate>
 <asp:LinkButton runat="server" ID="lb_Button1" Visible="false">LinkButton1</asp:LinkButton>
<asp:LinkButton runat="server" ID="lb_Button2" Visible="false">LinkButton2</asp:LinkButton
</CommandItemTemplate>

OnRowSelect Client Event of the RadGrid, I want to enable/disable these Link Buttons. I want to achieve this using javascript.
Also, I tried setting : 
Visible='<%# rg_Alumni.SelectedItems.Count > 0 %>'
but it didn't work.
Please, help.

Thanks,
Anup
Richard
Top achievements
Rank 1
 answered on 17 Feb 2012
3 answers
196 views
I'm not sure I understand the potential uses of these properties.  They can take multiple values but I'm not sure how that is used by the control.  Are they to be used for multiple levels of self-referencing?  If so that would be nice and I'd like to see an example of that.  Currently I have to bind to data that has four levels in the hierarchy.  I am doing the work in the database to put results into a self-referencing ID-ParentID format.  I was hoping there was a way to tell the control that there were several levels of child-parent keys.  This appears like it might be the way but I haven't seen any examples.  Am I misinterpreting the uses of these properties?
Mira
Telerik team
 answered on 17 Feb 2012
7 answers
154 views
I am trying to make the RadMenu stretch to the width of the body of the page, however, when I change the width to 100%, the menu does stretch but the menu items disappear and the height of the menu become almost 0px. How do I set the width without this happening or is this a bug?
Richard
Top achievements
Rank 1
 answered on 17 Feb 2012
1 answer
128 views
Hi,
    How to get on drag/on drop event in Server side ? I need to update the time in database while drag and drop.
Plamen
Telerik team
 answered on 17 Feb 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?