Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
114 views
RadFormDecorator does not decorate input type=button when class attribute is present.
Demo below.
Regards

<%@ Page Title="" Language="C#" MasterPageFile="~/TestUnit/TelerikBug/DecoratedButtonMaster.Master" AutoEventWireup="true" CodeBehind="DecoratedButton.aspx.cs" Inherits="TestUnit.TelerikBug.DecoratedButton" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
 
    <script type="text/javascript" src="jquery-1.8.3.js"></script>
 
</asp:Content>
 
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
 
    <div id="addbuttonpanelid">
 
        <input type="button" id="button20" value="bugdecoratedbutton"  class="bug"/><br />
        <input type="button" id="button1" value="decoratedbutton"/><br />
        <input type="button" id="button5" disabled="disabled" value="decorateddisabledbutton" class="bug"/><br />
 
    </div>
 
    <script type="text/javascript">
 
 
        $(document).ready(
            function () {
 
                $("<br/>")
                    .appendTo("#addbuttonpanelid");
 
                $("<input type='button' id='button2' value='afterready'/>")
                    .appendTo("#addbuttonpanelid");
 
                $("#button1").click(function () {
 
                    $('#button5').removeAttr('disabled');
 
                    $("<input type='button' id='button3' value='onclick'/>")
                    .appendTo("#addbuttonpanelid");
                     
                    $("<input type='button' id='button6' disabled='disabled' value='onclick'/>")
                    .appendTo("#addbuttonpanelid");
 
                    $("<input type='button' id='button10id' name='voter' value='VOTER' class='bug'/>")
                    .appendTo("#addbuttonpanelid");
                     
 
                    var decorator = $find("RadFormDecoratorID");
                    if (decorator) {
                        decorator.decorate();
                    }
 
 
                });
 
 
            }
        );
 
    </script>
 
</asp:Content>
Danail Vasilev
Telerik team
 answered on 11 Jun 2013
3 answers
106 views
Hi,

I am using telerik version 2013.1.130.35.

I am trying to bind Grid (RadPivotGrid) with OLAP Cube using ADOMD in a SharePoint application page.

<OlapSettings ProviderType="Adomd">
            <AdomdConnectionSettings Cube="XXXX" DataBase="XX" ConnectionString="Provider=MSOLAP;Data Source=SERVERNAME;Initial Catalog=XX;User Id=Domain\UserName;Password=Password;">
            </AdomdConnectionSettings>
        </OlapSettings>

When page gets loaded, no data gets populated in grid.

Requesting you to provide assistance to have this issue resolved.

Thanks and Regards,
Amit Thakkar
Tsvetoslav
Telerik team
 answered on 11 Jun 2013
4 answers
122 views
I have a RadMenu that display when a button is hovered over.  I set a fixed size height on the menu of 600px.  I would like the sub-menus to line up at the top edge of the parent menu instead of coming out next to the parent item. 

The root items are dynamic so I cannot simply use the Offset properties.

I am attaching two images.

urbanBaldGuy
Top achievements
Rank 1
 answered on 11 Jun 2013
10 answers
704 views

Тhe FREE Telerik RadFormDecorator is a unique control that provides great skinning capabilities for standard Microsoft form controls like buttons, checkboxes, text areas, fieldsets, scrollbars, etc.

  • Style all page UI elements from a central location.
  • Page layout is preserved.
  • Choose from 14 ready skins or make your own.

The FREE distribution of RadFormDecorator also includes a TRIAL version of all other controls from the RadControls for ASP.NET AJAX Suite. 

The product is provided to you and the community complimentary and is available through electronic download. This complimentary community edition does not come with dedicated support, however, you may access the supplemental support resources (documentation, forums). We hope you enjoy this product and take full advantage of all the resources available to you.

ONLINE DEMOS    DOWNLOAD


Danail Vasilev
Telerik team
 answered on 11 Jun 2013
2 answers
281 views
Here is my javascript that open simple browser popup but i want to open using radwindow i'm new for telerik control so how can i do this?

<script language="javascript" type="text/javascript">
            function openTest(num, cid) {
                var nAgt = navigator.userAgent;
              
                if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|BB10/i.test(navigator.userAgent))
                    window.open("default.aspx?ChapterNum=" + num + "&cid=" + cid, "DefaultPage");
                else
                window.showModalDialog("Course.aspx?ChapterNum=" + num + "&cid=" + cid, null, "dialogHeight=700px; dialogTop=75px; dialogLeft=250px; dialogWidth=800px; edge=Raised; center=No; help=Yes; resizable=no; status=no; scroll=yes");
          
            }
</script>
Shinu
Top achievements
Rank 2
 answered on 11 Jun 2013
1 answer
110 views
Hi All,
sorry if this has been asked before (yes, I did search the forums).
I have a page with Master-Detail functionality. The details grid is in a RadWindow ModalPopup which also has functionality for adding records.
When a record is added the modal closes. What I'd like to have is the window to stay open and the grid to refresh. I'm pretty sure this is something simple, but I can't seem to figure it out.

Thx in advance for help and/or pointers.
Rgds - M.
Marin Bratanov
Telerik team
 answered on 11 Jun 2013
5 answers
237 views

Ok it's not really the editor but rather the "managers".  When I open the Documents/image/flash managers they appear behind the RadMenu.  I have adjusted the z-index on the RadEditor (style="z-index:9001;") but the result is the same.  Shouldn't pop-up editors have their z-index set higher than all other controls by default?

 

Al

Marin Bratanov
Telerik team
 answered on 11 Jun 2013
1 answer
85 views
Hi
 I wnt to change the default filter function. Whenever I select 'contains' is the default. I want to change this to 'equalto'
thanx in advance
Savyo

Shinu
Top achievements
Rank 2
 answered on 11 Jun 2013
5 answers
86 views
Hi Folks - I'm getting an error using the grid.  I have a hyperlink column that allows the user to select a certain record and view full details.  Grid seems to work for 99% of people.  I have one user in Moscow that is getting following error.  'get_masterTableView().get_dataItems()[...]' is null or not an object.  I asked the user to reinstall Java but same result.  Any ideas?  This is the first time I have run into a client error like this.
Eyup
Telerik team
 answered on 11 Jun 2013
1 answer
113 views
Hi
     How can I disable the color of sorted column

thanks
RT
Princy
Top achievements
Rank 2
 answered on 11 Jun 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Iron
Iron
Andrey
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?