Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
127 views
hello is there a way to add a margin to the editor tool bar when using "PageTop" ?
I don't want it display it at the very top but maybe 100px down from the top.
Thank you
Dobromir
Telerik team
 answered on 08 Mar 2011
11 answers
120 views
Hi there

I'm trying to develop an ascx control in Visual Studio 2008 SP1. I get the 'Fail to create designer' rendering error when I switch to the VS design page. Apparently this is due to the absence of Telerik.Web.Design.dll - am I correct in asssuming this. The trouble is, I'm using the 2010.2.929.35 version of Telerik.Web.UI integrated into DotNetNuke 5.6

My questions are:
1. Is there even such Telerik.Web.Design.dll to match this bundled version of Telerik.Web.UI ?
2. Is the error just cosmetic, or does it actually result in corruption of the designer.vb file in Visual Studio?
3. Am I OK to continue my ascx DNN module despite the error, or is there a download location for the correct version of this Telerik.Web.Design.dll, as it does not appear to be included in any of the DotNetNuke installation downloads?

Thanks very much if you can clarify this for me!

Regards






Helen
Telerik team
 answered on 08 Mar 2011
8 answers
96 views
Can you give me the option to set a CssClass on the detail rows?
Tsvetina
Telerik team
 answered on 08 Mar 2011
1 answer
96 views

User love to cut and paste from here and there. apply and reapply font styles etc.

This continuously leaves residual html, what for the user results in â€˜strange behavior’.


Is there some way to clean or prevent this? From the editor except from going in the source?

Stanimir
Telerik team
 answered on 08 Mar 2011
1 answer
76 views
Hi,
    Current version in use  RadControls for ASP.NET AJAX Q3 2010. Noticing issue with number and bullet list in editor, where after enabling number or bullet list for editor text not yet all seen in editor. After saved, content area is showing list outside reserved area of content.


Rumen
Telerik team
 answered on 08 Mar 2011
2 answers
137 views
I have a RadSplitter containing 3 horizontal panes, bottom and top fixed size.  The middle pane contains a html table with several Telerik controls, including RadButtons, NumericTextBoxes and other buttons.  The problem is that when the web browser is resized to be smaller than the natural size of the table, the button and checkbox controls appear frozen on the screen and do not scroll along with the rest of the contents of the RadPane.  The interesting part is that it only happens with IE7 and only when the web page is being hosted from a remote IIS server.  If I launch the project from VS2010 using the development web server, I see no problem.  If I deploy to the remote web server and use FireFox or Chrome the page renders and behaves properly.  It is only when I use IE7 and the browser window size is smaller than the size of the table (in which I expect to get the scrollbars just lime in Chrome and FF), 2 scrollbars appear and the controls appear frozen on the page.

The remote web server is a Win2003 IIS 6.0.  I'm using VS2010 with Telerik.Web.UI_2010_3_1317 and .NET4.0.

Included are 3 snapshots of the problem in IE and one of the page behaving properly in Chrome.  Here is the code (there is a lot of filler to increase the table size and illustrate the issue):

 

<%@ Page Language="VB" AutoEventWireup="false" CodeBehind="Sample.aspx.vb" Inherits="RadControlsWebApp1.Sample" %>
  
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" style="width: 100%; height: 100%; margin: 0px auto; padding: 0px;">
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" />
</head>
<body style="width: 100%; height: 100%; margin: 0px auto; padding: 0px;">
    <form id="form1" runat="server" style="width: 100%; height: 100%; margin: 0px auto; padding: 0px;">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <telerik:RadSkinManager ID="RadSkinManager1" runat="server" Skin="Office2007">
    </telerik:RadSkinManager>
    <div style="width: 100%; height: 100%;">
        <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="100%" Orientation="Horizontal" VisibleDuringInit="false" BorderSize="0">
            <telerik:RadPane ID="RadPane1" runat="server" Height="20" Locked="true">
                <span style="vertical-align: middle; font-size: 14px; font-weight: bold; margin: 2px;">Title:</span>
            </telerik:RadPane>
            <telerik:RadPane ID="RadPane2" runat="server" Height="100%">
                <div style="height: 100%;">
                    <table>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <telerik:RadButton ID="CheckBox1" runat="server" ButtonType="ToggleButton" ToggleType="CheckBox" Text="CheckBox1" />
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <telerik:RadButton ID="CheckBox2" runat="server" ButtonType="ToggleButton" ToggleType="CheckBox" Text="CheckBox2" />
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <telerik:RadButton ID="CheckBox3" runat="server" ButtonType="ToggleButton" ToggleType="CheckBox" Text="CheckBox3" />
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Print Count:
                                <telerik:RadNumericTextBox ID="NumericTextBox1" runat="server" NumberFormat-DecimalDigits="0" MaxValue="99" MinValue="0" Width="50" ShowSpinButtons="false" />
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                Category:
                                <telerik:RadComboBox ID="ComboBox1" runat="server" Width="200px">
                                    <Items>
                                        <telerik:RadComboBoxItem Text="Item 1" />
                                        <telerik:RadComboBoxItem Text="Item 2" />
                                        <telerik:RadComboBoxItem Text="Item 3" />
                                    </Items>
                                </telerik:RadComboBox>
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                <telerik:RadButton ID="RadButton1" runat="server" Text="Button1" />
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                        <tr>
                            <td>
                                ..
                            </td>
                        </tr>
                    </table>
                </div>
            </telerik:RadPane>
            <telerik:RadPane ID="RadPane3" runat="server" Height="30" Locked="true">
                <table width="100%">
                    <tr>
                        <td>
                            <telerik:RadButton ID="RadButton2" runat="server" Text="Button2" AutoPostBack="false" />
                            <telerik:RadButton ID="RadButton3" runat="server" Text="Button3" AutoPostBack="false" />
                        </td>
                        <td style="text-align: right">
                            <telerik:RadButton ID="RadButton4" runat="server" Text="Button4" AutoPostBack="false" />
                            <telerik:RadButton ID="RadButton5" runat="server" Text="Button5" AutoPostBack="false" />
                        </td>
                    </tr>
                </table>
            </telerik:RadPane>
        </telerik:RadSplitter>
    </div>
    </form>
</body>
</html>

Javier
Top achievements
Rank 1
 answered on 08 Mar 2011
5 answers
148 views
I'm trying to sort a ListView but no way. I will explain what I've done:

- I get a List of products that containt an Order field (Orden integer)
- I put this datasource to the listview and databind()
- In the ascx I have this code:
<asp:Panel ID="listViewPanelProductos" CssClass="ListViewList" runat="server">
    <telerik:RadListView ID="lvProductos" runat="server" AllowPaging="true" 
         EnableViewState="true" OnItemDataBound="lvProductos_ItemDataBound"
    ItemPlaceholderID="ProductosContainer" DataKeyNames="IdProducto">        
<SortExpressions>
            <telerik:RadListViewSortExpression FieldName="Orden" SortOrder="Ascending" />
        </SortExpressions>
        <LayoutTemplate>                        
            <fieldset id="fieldSet" class="fieldSet">                
                <asp:PlaceHolder ID="ProductosContainer" runat="server" />
                <div style="clear:both"></div>
                <table cellpadding="0" cellspacing="0" style="margin:auto; padding-top:15px;">
                    <tr>
                        <td>
                            <telerik:RadDataPager ID="pager" runat="server" PagedControlID="lvProductos" PageSize="10" Skin="Default" AllowSEOPaging="true" SEOPagingQueryPageKey="pag">
                                <Fields>
                                    <telerik:RadDataPagerButtonField FieldType="Prev" />
                                    <telerik:RadDataPagerButtonField FieldType="Numeric" />
                                    <telerik:RadDataPagerButtonField FieldType="Next" />
                                </Fields>
                            </telerik:RadDataPager>
                        </td>
                    </tr>
                </table>
            </fieldset>
        </LayoutTemplate>
        <ItemTemplate>        
            <div class="item">
                <div class="tituloProducto">
                    <h2>                        
                        <asp:HyperLink ID="lnkTitulo" Text='<%# Eval("Titulo") %>' ToolTip='<%# Eval("Titulo") %>'
                            runat="server" EnableViewState="false" />
                    </h2>
                </div>
                <div class="descripcionProducto">
                    <asp:Label ID="lblDescripcion" runat="server" EnableViewState="false"></asp:Label>
                </div>
            </div>
        </ItemTemplate>
.
.
.
.
.

- No sorting happens.

What am I doing wrong?

Thanks
Pavlina
Telerik team
 answered on 08 Mar 2011
3 answers
96 views
Dear All, 

I am using Needdatasource for binding data to Radgrid and with DataTable.
 
I need to restrict the access to edit only one column of a row instead of all columns of that row.
I need to know a simple way to get the updated values of selected row.
I need to update other columns of the grid on the base of updated column on EditCommandEvent occured. 

Please Help.
Abdul
Top achievements
Rank 2
 answered on 08 Mar 2011
2 answers
1.1K+ views
Hi Sir/Ma'm
 
We have developed a web application , how can run application without address bar, location, toolbar etc.
I 'm able to do with script as window.open.. but this will open a new window.
But i want my login page to load without address bar, location, toolbar ...]

Please help me to achieve this

Thanks
 
Maria Ilieva
Telerik team
 answered on 08 Mar 2011
1 answer
103 views
Can someone please help?

Within our application one of the radwindows opens up very narrow, as if it has been squished. To make it more curious, this is only happening on a couple of our users' machines. I originally thought it was an IE7 problem, as doesn't happen on my development machine running IE8, but I can't reproduce it in IE7 on a different machine. The application is fairly large and has well over 50 calls to open a RadWindow and this doesn't happen to any of them apart from this one. One other thing to mention, this is the only dialog were we use the Scheduler control...

Please help,
Thanks,
Adam
Georgi Tunev
Telerik team
 answered on 08 Mar 2011
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
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
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?