Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
40 views
I'm seeing that my rotator is not using all of the style settings. I wrap the control in a Div with the following class:

.messageText
{
    border: 1px solid black;
    width: 838px;
    height: 200px;
    background-color: #fff;
    color: #666;
    font: normal 11px Arial, Verdana, Helvetica, Sans-serif;
    text-align: justify;
    padding: 4px;
    margin: 5px;
}

It seems to respect everything except padding and margin which don't show up anywhere when viewed with Firebug.

Bug or feature?

Thanks!
Bozhidar
Telerik team
 answered on 26 Sep 2012
1 answer
59 views
Hi,

           I am getting following style for rad editor ribbon bar.
 
           Please find the attachment and  please let me know the solution.

Thanks,
PANDU
SANNIDHI
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
73 views
Has anyone figured out how to make a RadGrid in inline edit more navigatable like the Kendo grid? Basically, click or double click to access the row/cell and on tab move to the next cell to enable edit?
Pavlina
Telerik team
 answered on 26 Sep 2012
1 answer
566 views
Hello,

I'm reading more and more about node.js and it's ability to help us develop web apps.

In your opinion, is this something we'll get to / have to learn and does Telerik have plans to support it?

Please let us know and thanks!

~ Dave
Ivan Zhekov
Telerik team
 answered on 26 Sep 2012
1 answer
58 views
Hello,
this is my code.. but when i call from javascript function showRightPane - > paneProperties.set_collapsed(false) is not working
<script type="text/javascript">      
    function showRightPane() {
        var splitter = $find("<%= RadSplitter1.ClientID %>");
        var paneProperties = splitter.GetPaneById('<%= paneProperties.ClientID %>');
        paneProperties.set_collapsed(false);
       }
</script>
<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%"
      Height="800px" Skin="Windows7">
      <telerik:RadPane ID="RadPane1" runat="server" Width="22px" Scrolling="None">
      <telerik:RadSlidingZone ID="RadSlidingZoneTree" runat="server" Width="22px">
      <telerik:RadSlidingPane ID="RadSlidingPaneTree" Title="Tree" runat="server" Width="200px" MinWidth="100" DockOnOpen="true">
          <cee:BrowserTree ID="browserTree" runat="server" />
      </telerik:RadSlidingPane></telerik:RadSlidingZone></telerik:RadPane>
      <telerik:RadSplitBar ID="RadSplitBarTree" runat="server" />
      <telerik:RadPane ID="DrawingPane" runat="server" Scrolling="None">

          <input type="button" onclick="showRightPane()" value="Show Right Pane" />

      </telerik:RadPane>
  <telerik:RadSplitBar ID="RadSplitBarProperties" runat="server" Visible="true"></telerik:RadSplitBar>
  <telerik:RadPane ID="paneProperties" runat="server" Width="22px" Scrolling="None" Collapsed="true">
  <telerik:RadSlidingZone ID="RadslidingzoneProperties" runat="server" Width="22px" ClickToOpen="true" SlideDirection="Left">
      <telerik:RadSlidingPane ID="RadslidingpaneProperties" Title="Properties" runat="server" Width="150px" DockOnOpen="true" MinWidth="100">
          Properties Content
      </telerik:RadSlidingPane>
  </telerik:RadSlidingZone>
  </telerik:RadPane>
  </telerik:RadSplitter>
Princy
Top achievements
Rank 2
 answered on 26 Sep 2012
1 answer
102 views
Hello,
how can I add from javascript new Tab + RibbonBarButton?(client side)

such as

var ribbonbar = $find("<%= RadRibbonBar1.ClientID %>");
***** var newTab = new ribbonar. TAB
newTab.setText = tabText;
var newButton = new ribbonbar.Button
newButton .setText = buttonText;
newButton .ImageUrl = image.jpgURL
newButton.AddTo(newTab);
_____________________________________________________________________________________
<telerik:RadRibbonBar ID="RadRibbonBar1" runat="server" Width="100%"
        Skin="Office2007" EnableMinimizing="true" >
        <telerik:RibbonBarTab Text="Tab1">
        <telerik:RibbonBarGroup Text="Buttons">
                    <Items>
                        <telerik:RibbonBarButton Size="Large" Text="Button1" />
                    </Items>
                </telerik:RibbonBarGroup>
        </telerik:RibbonBarTab>
    </telerik:RadRibbonBar>
i want to add new tab from javascript with buttons:
<telerik:RibbonBarTab Text="Tab2">
        <telerik:RibbonBarGroup Text="ButtonsGroup2">
                    <Items>
                        <telerik:RibbonBarButton Size="Large" Text="ButtonFromTab2" />
                    </Items>
                </telerik:RibbonBarGroup>
        </telerik:RibbonBarTab>


Ivan Zhekov
Telerik team
 answered on 26 Sep 2012
4 answers
91 views
Hello,

I have a RibbonBarSplitButton with a Text-property holding a <BR> Tag, like:

<telerik:RibbonBarSplitButton Size="Large"  Text="Financial <br />reports" 
           ToolTip="serveral financial reports."  >
           <Buttons>
                    <telerik:RibbonBarButton ID="Reportq1" Text="Report q1"  Value="Report.aspx?report=Q1"   Size="Large" ToolTip="Report of Q1." />
           </Buttons>
</telerik:RibbonBarSplitButton>

When I run the web-app, when I hoover over the RibbonBarSplitButton, in the tooltip's title, the <BR> is shown wrongly. 
The <BR>  is not shown if I use a <BR> in a RibbonBarButton's Text property (not a SplitButton).
I think this functionality is missing in the RibbonBarSplitButton Tooltip.

Also, when I use a RibbonBarButton with a Text-property holding a <BR> Tag, but I leave the ToolTip not set or set like  ToolTip="", the tooltip that will be shown, then the default tooltip will be shown, and shows the <BR> too.

Regards,

Frank

FvLent
Top achievements
Rank 2
 answered on 26 Sep 2012
5 answers
1.7K+ views
Hello,

I was wondering how you sort a GridTemplateColumn so that when the user clicks on the column name the column gets sorted ascending and descending.

I haven't seen a clear answer on the forums yet so if anyone can shine any light on this or send me a link to a way in which this could be possible then that would be great.

Thanks
Sumit
Top achievements
Rank 1
 answered on 26 Sep 2012
2 answers
166 views
Hi All,

Is it possible to popup a RadWindow when a RadToolBarButton is clicked in code behind.
I'm tried to do this by passing by a javascript function and then call the VB.NET function but it didn't work
Here's my code :

ASPX:
        <telerik:RadScriptBlock runat="server" ID="RadScriptBlock1">
            <script type="text/javascript">
                var toolbar;
                var ajaxManager;
 
                function pageLoad() {
                    toolbar = $find("<%= RadToolBarApplication.ClientID %>");
                    ajaxManager = $find("<%=RadAjaxManager1.ClientID %>");
                }
                function onButtonClicked(sender, args) {
                    var commandName = args.get_item().get_commandName();
                    if (commandName == "functionJS") {
                        PageMethods.VBFunction()
                    }
                }
            </script>
        </telerik:RadScriptBlock>
 
....
 
<telerik:RadToolBar ID="RadToolBarApplication" runat="server" OnClientButtonClicked="onButtonClicked" >
       <Items>
           <telerik:RadToolBarButton Text="button1" CommandName="functionJS" />
       </Items>
</telerik:RadToolBar>

Code-Behind:
<System.Web.Services.WebMethod()> Public Sub VBFunction()
    Dim radWindow As New RadWindow
    radWindow.ID = "RadWindow8"
    radWindow.AutoSize = True
    radWindow.VisibleOnPageLoad = True
    RadWindowManager1.Windows.Add(radWindow)
    Me.form1.Controls.Add(radWindow)
End Sub

Thanks
Ahmed


Ahmed
Top achievements
Rank 1
 answered on 26 Sep 2012
1 answer
54 views
we have telerik rad grid on mvc page which displays around 100 records with 15 Columns and records are loaded based on the direction of scrolling (i.e if you scroll down next 100 records will be displayed and vice versa). But the issue we have is telerik column swap is taking around 25 seconds on IE7 however its taking very less time on other browsers or higher versions of IE, but we need to bring this down to around 7 seconds without changing the record count i.e not making it less than 100, because when i made it 20 the time reduced. Is there any way I can do this. I need to do this asap so any suggestion might help me a lot.

Thanks in Advance
Galin
Telerik team
 answered on 26 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?