Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
142 views
Hi there,

I'm using the 'Metro' skin in a Radmenu as part of a company intranet site. The menu and skin work perfectly but I've noticed that the menu items display as 'lowercase'. I've inspected the RadMenu_Metro selector in Firebug and it is set to text-transformuppercase; so I'm not sure what to amend.

Could someone tell me if it's possible to adjust the menu text to uppercase without creating a custom skin or is it just the case that some embedded skins like 'Metro' have a default lowercase setting?

Many thanks

Brian
Peter
Telerik team
 answered on 26 Apr 2012
2 answers
42 views
Hi Guys

I am back to upgrade chart work 

I have one chart and clients requirement is like below


$60 |
$50 |
$40 |
$30 |
$20 |
$10 |
______________
$10 $20 $30 $40

Can i do like above ?

Karthik.K




Karthik Kantharaj
Top achievements
Rank 1
 answered on 26 Apr 2012
8 answers
137 views
If you look at the documentation for RadPanelBar, you will find:

All server controls located in the templates are directly accessible by their IDs on Page-level. Instead of using the common syntax
        RadPanelBar1.Items[0].Header.FindControl("RadMenu1") //inside a HeaderTemplate
        RadPanelBar1.Items[0].FindControl("RadMultiPage1") //inside a ContentTemplate
    
you can use RadMenu1 or RadMultiPage1 to reference the control located inside the respective template of the first root Item of a PanelBar.
 

However, trying to actually use this functionality, it seems like controls within a RadPanelBar are not accessible without using the FindControl(). In a RadMultiPage though, it seems possible. Other post by Telerik personel here in the forum seem to confirm this. Or am I missing something here?

http://demos.telerik.com/aspnet-ajax/panelbar/examples/functionality/templates/defaultcs.aspx
Kate
Telerik team
 answered on 26 Apr 2012
1 answer
88 views
Hi,

       In my page I have to popup the radconfirm on a button click.  Depends upon the value return by radconfirm I have to perform some actions that is if it is false or null  then cancel the click event action. If it is true then I donot perform no operation because  i have written the server side button click event handling function so it will call. My problem is if i click button radconfirm is popuped and it doesnt wait for  the value return by the radconfirm it postbacks and perform the server side action.

Thanks
Velkumar.
rdmptn
Top achievements
Rank 1
 answered on 26 Apr 2012
1 answer
56 views
hi,

i have use radgrid in my project. and also mouse over in radgrid (radgrid heght changed automatically)
i  need  to fix height in mouse over in radgrid.
and also i have attached radgrid image.

pls help me.

Regards
Padmanaban thirunamam

Pavlina
Telerik team
 answered on 26 Apr 2012
3 answers
235 views
will the code below work? but if it does, then every time i add new content page and want to
have a post back on a control, i have to add that into master page? can't i just have the
manager in content page?


below code is in master.master
<
telerik:RadScriptManager ID="RadScriptManager1" runat="server">
</telerik:RadScriptManager>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="btnDecrease">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="TextBox1" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>

below code is in default.aspx
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
    <asp:Button ID="btnDecrease" runat="server" Text="Increase" OnClick="btnDecrease_Click" />
    <asp:textbox ID="TextBox1" runat="server" Text="0"></asp:Label>
</asp:Content>

Maria Ilieva
Telerik team
 answered on 26 Apr 2012
1 answer
166 views
i have a radbutton inside radajax panel. on button click i want a page "mypage.aspx" to be opened in a new window. How can i achieve this ? page.open doesnt work since the button is inside ajaxpanel.. Please help!!
Princy
Top achievements
Rank 2
 answered on 26 Apr 2012
1 answer
68 views
How can I do to start my chart into <div> tag? Example: In my webpage I have 3 div tags:
1) Topo
2) Conteudo
3) Rodape

I want to start my Chart into Conteudo div. How do I do?
Ves
Telerik team
 answered on 26 Apr 2012
3 answers
125 views
I have a hierarchical Radgrid with Vertical and horizontal scrolling. When I added the scrolling it seems to have created the addition of a blank column. The first column of the grid contains the BtnExpand item. The second column is blank and when you view the page source it appears like this:

<td class="rgResizeCol">&nbsp;</td>

I don't know why this column exists?

Has anyone seen this type of behavior before?
Galin
Telerik team
 answered on 26 Apr 2012
1 answer
114 views
Hi All,

Markup of my radcombobox looks like the following. Even with the following configuration, users are able to paste invalid data into RadComboBox. Can someone please let me know a way to prevent that?

Regards,
Prasad
<telerik:RadComboBox ID="rcbDepartment" runat="server"  Width="200px"
           EmptyMessage="Any Department"  DataTextField="text" DataValueField="value"
           AutoCompleteSeparator=";"  AllowCustomText="false"
           MarkFirstMatch="true"  > </telerik:RadComboBox>        
Ivana
Telerik team
 answered on 26 Apr 2012
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
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
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?