Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
302 views
Hi,

We are using a scheduler inside a container and used to be able to just resize the container (with the scheduler width as 100%) and use Telerik.Web.UI.RadScheduler._adjustHeight() to adjust the size of the scheduler. 

Upgrading from Q1 2008 to Q3 2008 this appears not to be available now.  How do I adjust the width and height of the scheduler clientside?

Dave
Jeff Nafe
Top achievements
Rank 1
 answered on 28 Aug 2009
1 answer
194 views
Hi Team,
   I am facing css validation erros when the site is submitted to W3c Css Validation
I am not sure of why i am getting these errors. Could you advice me on this. I have also attached the error report
74 .rrButton:hover  Parse Error opacity=100)    
75 .rrButton:hover  Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 1    
76 .rrButton:hover  Property -moz-opacity doesn't exist : 1    
77 .rrButton:hover  Property -ms-filter doesn't exist : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"    
115 .rrButton.rrButtonDisabled  Parse Error opacity=20)    
116 .rrButton.rrButtonDisabled  Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 0.2    
117 .rrButton.rrButtonDisabled  Property -moz-opacity doesn't exist : 0.2    
118 .rrButton.rrButtonDisabled  Property -ms-filter doesn't exist : "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"    
130 html  Parse Error html* .rrVerticalList li { float: left !important; }    
 
86 .RadRotator_Default .rrButton.rrButtonDisabled  Parse Error opacity=20)    
87 .RadRotator_Default .rrButton.rrButtonDisabled  Property opacity doesn't exist in CSS level 2.1 but exists in [css3] : 0.2    
88 .RadRotator_Default .rrButton.rrButtonDisabled  Property -moz-opacity doesn't exist : 0.2    
 
31 .RadPanelBar .rpSlide  Property zoom doesn't exist : 1    
64 .RadPanelBar .rpLink  Property zoom doesn't exist : 1    
126 .RadPanelBar .rpGroup  Property overflow-x doesn't exist in CSS level 2.1 but exists in [css3] : hidden    
 
Thanks and regards,
Arun.M
Martin
Telerik team
 answered on 28 Aug 2009
8 answers
186 views
ShortcutKey is now missing from RadToolbar.  I used to use Ctrl for my ShortcutKey.  Is there a way to define that behavior?

And why is AccessKey defined on  RadToolbar at all?  That seems like a strange choice.
Peter
Telerik team
 answered on 28 Aug 2009
2 answers
120 views
Hello all,

Is it possible to use the radajaxmanager to run vbscript code client side?
if not is there a method on the radscriptmanager to achieve this?

Thanks,
Krishnen
Sebastian
Telerik team
 answered on 28 Aug 2009
2 answers
147 views
Hi,

Can any one help me out to configure an RADCombo to be LoadOnDemand MultiColumn in  RADGrid EditItem Template.

I believe this could be one of more important future in RAD.

Thanks

Alagappan
Alagappan Venkatachalam
Top achievements
Rank 1
 answered on 28 Aug 2009
2 answers
89 views
hi all
i have a problem with radgrid , i hope you can help me to solve this problem,
i have event <ClientEvents OnRowClick="hdRowClick" />
when i use javascript . i wrote in page aspx
function hdRowClick(sender,args)
{ ...... }
and event occur , but i want to use RadAjaxManager to solve this event , i wrote a function in code behind (page aspx.cs)
protected void hdRowClick(object sender, Telerik.Web.UI.GridClientEvents args)
{
            txt_hd_mhd.Text = "abc"; // this is my test for event
}
but event did not occur , i think i chose wrong class for args and event did not occur.
could you give me a solution for my problem . additional i want to take the datakey of the row i selected in client and bring it to code behind so that i can retrieve data from database.
thank you all.
lang dinh thien
Top achievements
Rank 1
 answered on 28 Aug 2009
1 answer
95 views
Hello,


    I would like to save the contents to database that are entered in the rad editor as such and reproduce the same
when needed. how should the datatype for saving the rad editor value be defined? Pls tell me the details



Unni
Rumen
Telerik team
 answered on 28 Aug 2009
1 answer
146 views
I am trying to determine a way of hiding my RadGrid until all of the client-side ajax events I am handling are done.  Then show the grid.

Is this possible?

Perhaps I am going about this in a more difficult manner than is needed or perhaps I am accessing the grid in the wrong event but I am trying to accomplish the following:

-Determine the height of a pane when a window is loaded. 
-Based on that pane height, set the grid's PageSize property. 
-I need to capture the pane's height prior to the grid loading so that I can set the pagesize property before this is printed to the screen.

The problem is that the Grid is displayed with the defaults prior to me getting access to the MasterTableView to get or set the pageSize property.

R
Dimo
Telerik team
 answered on 28 Aug 2009
7 answers
300 views
Bold Is always active on my radeditor. Even if i click on the bold button
I use the "Black" skin.

Here is my code :

  <telerik:RadEditor ID="test" OnClientLoad="LimitCharacters"  OnClientPasteHtml="OnClientPasteHtml"  EditModes="Design"  Runat="server" Skin="Black"  Language="fr-FR" width="450px" Height="300px" >
                         <Tools>
                    <telerik:EditorToolGroup >
                    <telerik:EditorTool Name="Cut" />
                    <telerik:EditorTool Name="Copy" />
                    <telerik:EditorTool Name="Paste" />
                    <telerik:EditorTool Name="Indent" />
                    <telerik:EditorTool Name="Outdent" />
                    <telerik:EditorTool Name="Italic" />
                    <telerik:EditorTool Name="Bold" />
                    <telerik:EditorTool Name="Underline" />
                    <telerik:EditorTool Name="JustifyCenter" />
                    <telerik:EditorTool Name="JustifyLeft" />
                    <telerik:EditorTool Name="PasteFromWord" />
                    <telerik:EditorTool Name="InsertOrderedList" />
                    <telerik:EditorTool Name="InsertUnorderedList" />
                    <telerik:EditorTool Name="ForeColor" />
                    <telerik:EditorTool Name="FontSize" />
                    </telerik:EditorToolGroup>
                    </Tools>
                    <Content>
                    
                </Content>
                </telerik:RadEditor>

How can i resolve this ?

I tried to place it in a <div style="font-weight:normal"> but it's not working.
Rumen
Telerik team
 answered on 28 Aug 2009
4 answers
105 views
Hi,

I am using RadMenu inside RadPanelbar. Everything is working fine for EI 7 and IE 8. However, I have a problem when the application is running in IE 6. Here is what is happening... Everything is looking good when I first lunch the application. I can use the menu to go from one page to another just fine. However, as soon as I click on the browser's Back button, it seems like the panelbar takes priority over the menu. I just assume this is what is happening because the menu items have the style of the panelbar items and they do not expand.  It makes impossible to use the menu. 

Could you please advice what should be done so it would work in all the browser versions started with IE 6?

 Here is my code:

<%@ Control Language="C#" AutoEventWireup="true" Codebehind="NavigationUC.ascx.cs" 
    Inherits="WWR.Web.eFirmNet.UI.UserControls.NavigationUC" %>

<%@ Register Assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
    Namespace="System.Web.UI" TagPrefix="asp" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

<style type="text/css">
    .RadPanelBar,
    .RadPanelBar .rpSlide,
    .RadPanelBar .rpGroup,
    .RadPanelBar .rpTemplate
    {
        overflow:visible !important;
    }

    div.RadPanelBar .rpLevel1 .rpItem
    {
        padding:0;
    }
   
    div.RadMenu .rmRootGroup
    {
        border: 0;
    }
   
    div.RadMenu .rmLink
    {
        float: none;
    }
</style>

<div style="padding-top: 10px;">
    <table border="0" cellpadding="0" cellspacing="0" width="182">
        <thead>
            <tr>
                <th class="leftZonePartTitleStyle" colspan="1"></th>
            </tr>
        </thead>
        <tr>
            <td class="leftZone">
                <telerik:RadPanelBar ID="RadPanelbar1" runat="server"
                        Width="100%" EnableViewState="false">
                    <Items>
                        <telerik:RadPanelItem Text="Perfect Practice" runat="server" Expanded="True" Width="100%">
                            <Items>
                                <telerik:RadPanelItem runat="server">
                                    <ItemTemplate>
                                        <telerik:RadMenu ID="rmPerfectPractice" Width="99%" Flow="Vertical" runat="server"
                                                 EnableViewState="false">
                                            <Items>
                                                <telerik:RadMenuItem Text="Exports">
                                                    <Items>
                                                        <telerik:RadMenuItem Text="ValidZone Invoices" NavigateUrl="~/perfectPractice/Export/ValidZoneInvoice.aspx">
                                                        </telerik:RadMenuItem>
                                                    </Items>
                                                </telerik:RadMenuItem>
                                                 <telerik:RadMenuItem Text="Reports">
                                                    <Items>
                                                        <telerik:RadMenuItem Text="PP to DW Exceptions" NavigateUrl="~/perfectPractice/Reports/Exceptions.aspx">
                                                        </telerik:RadMenuItem>
                                                    </Items>
                                                </telerik:RadMenuItem>
                                            </Items>
                                        </telerik:RadMenu>
                                    </ItemTemplate>
                                </telerik:RadPanelItem>
                            </Items>
                        </telerik:RadPanelItem>
                        <telerik:RadPanelItem Text="Need Help?" runat="server" Expanded="True" Width="100%">
                            <Items>
                                <telerik:RadPanelItem runat="server">
                                    <ItemTemplate>
                                        <telerik:RadMenu ID="rmHelp" Width="99%" Flow="Vertical" runat="server"
                                                 EnableViewState="false">
                                            <Items>
                                                <telerik:RadMenuItem Text="eFirmNet Help" NavigateUrl="~/Default.aspx?page=help">
                                                </telerik:RadMenuItem>
                                            </Items>
                                        </telerik:RadMenu>
                                    </ItemTemplate>
                                </telerik:RadPanelItem>
                            </Items>
                        </telerik:RadPanelItem>
                    </Items>
                </telerik:RadPanelBar>
            </td>
        </tr>
    </table>
</div>

Thank you,
Tatiana

DW Web Team Member
Top achievements
Rank 2
 answered on 28 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?