Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
169 views
Hello

we use Asp.net ajax gridview our grid view are translated to Arabic , sometimes after clicking a button in the page or sorting the gridview , the coulmn header direction are changed and it didn't return to it's place untill you move the cursor above it , please check the attached image.
Richard
Top achievements
Rank 1
 answered on 26 Apr 2012
1 answer
164 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
54 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
154 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
142 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
66 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
324 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
190 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
79 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
145 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?