Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
85 views
I just happen to be looking at performance on our site while using Telerik CDN and I came across this:

  1. Request URL:
    http://aspnet-skins.telerikstatic.com/ajaxz/2010.3.1215/Forest/FormDecorator/ButtonSprites.gif
  2. Request Method:
    GET
  3. Status Code:
    404 Not Found
Lini
Telerik team
 answered on 28 Dec 2010
3 answers
196 views
Hello,

    I am using the jquery.validation plugin to validate client side fields.
    Unfortunately, forms with errors are being submitted to the server .

    here is my script
  $("#aspnetForm").validate({
        onsubmit: true,
        required: true,
        errorClass: "err",
        onkeyup: false,
        onblur: false,
        ignore: ".rdfd_, .rwDialogInput",
        focusInvalid: false,
        errorPlacement: function(error, element) {
            $element.addClass(errorClass);
        },

        highlight: function(element, errorClass, validClass) {
            $(element).addClass(errorClass).removeClass(validClass);
        },
        unhighlight: function(element, errorClass, validClass) {
            $(element).removeClass(errorClass).addClass(validClass);
        }
    });


   It does not work on asp.net telerik ajaxfied but work anywhere else. What I noticed is that
   the ajax module is stealing the form submit somehow. I can see the jump to the telerik lib, but cant debug
   the compressed file.

   I am using Telerik 2009.3 . Anybody has a hint on this? I am struggling with it for a while without success.

  Thanks in advance,

Joao,
Aydın Kara
Top achievements
Rank 1
 answered on 28 Dec 2010
6 answers
204 views
Hello,

Would appear as of version 2009.1.311.35 that the RadProgressArea is no longer displayed, please see following simple example:

<%@ Page Language="C#" %> 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
 
<script runat="server"
 
</script> 
 
<html xmlns="http://www.w3.org/1999/xhtml"
<head runat="server"
    <title>Example</title> 
</head> 
<body> 
    <form id="form1" runat="server"
        <asp:ScriptManager runat="server" EnablePartialRendering="true" /> 
        <Telerik:RadProgressManager ID="ProgressManager1" runat="server" /> 
        <Telerik:RadUpload ID="RadUpload1" runat="server" ControlObjectsVisibility="None" EnableFileInputSkinning="false" InputSize="30" /> 
        <Telerik:RadProgressArea ID="ProgressArea1" runat="server" /> 
        <asp:Button ID="btnTest" runat="server" Text="Submit 1" /> 
    </form> 
</body> 
</html> 

And my Web.Config contains:

        <httpHandlers> 
            <remove verb="*" path="*.asmx"/> 
            <add verb="*" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler, Telerik.Web.UI" validate="false"/> 
        </httpHandlers> 
        <httpModules> 
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI"/> 
        </httpModules> 

Any help?
Ramu
Top achievements
Rank 1
 answered on 28 Dec 2010
3 answers
61 views
We have an issue with RAD Editor version 5.7.1.0, IE7 and a Sharepoint WSS 3.0 site (where we also use the RAD menu). In edit mode the editor does not work (i.e. Image manager, table wizard among others does not work) and the menu styles look strange. If I remove the editor the page and menu works ok in edit mode. IE8 does not have these problems at all. But since we have IE7 as standard at the company, we have a little bit of a problem.

/Peter Bohn
Stanimir
Telerik team
 answered on 28 Dec 2010
1 answer
50 views
Hi Team,

Actuaaly I used a code
  <telerik:RadSplitter ID="RadSplitter2" runat="server" Height="22px" 
                                        Orientation="Horizontal" Width="405px">
                                    
<telerik:RadPane ID="RadPane2" runat="server" Height="22px" Scrolling="none" 
                                            Width="100px">
                                            <telerik:RadSlidingZone ID="RadSlidingZone2" runat="server" Height="22px" 
                                                SlideDirection="Top">
                                                <telerik:RadSlidingPane ID="RadSlidingPane3" runat="server" 
                                                    BackColor="ButtonFace" Title="Reply">                                                                
                                                            <asp:Panel ID="Reply_Panel" runat="server">
                                                                <telerik:RadTextBox ID="RadTextBox1" runat="server" Height="80" Width="390" 
                                                                    Skin="Forest" TextMode="MultiLine">                                                                </telerik:RadTextBox><br />                                                                                                                      
                                                                <asp:Button ID="btn_submit1" runat="server" Text="submit" />
                                                            </asp:Panel>                                                    
                                                </telerik:RadSlidingPane>
                                            </telerik:RadSlidingZone>
                                        </telerik:RadPane>
                                    </telerik:RadSplitter>     

what i want is i want o increase the splitter and Radpane size when the sliding pan is docked and decrease the size when it is undocked is it possible?
 If yes how? 
Tsvetie
Telerik team
 answered on 28 Dec 2010
3 answers
46 views
Hi,

we have a very dynamic grid where columns are customizable by the user. You know that when you give the user this power, he eventually ends up configuring a grid with 50-ish columns and then complains that the (auto-generated) edit form is way to long and unorganized ;-)

Now we want to integrate a RadTabStrip into the edit form and distribute the single columns into several tabs, determined by the column configuration that the user defines.

So the question is: what is the best / most efficient / least complex way to achieve this.
First of all I though about replacing the logic that creates the xx_mainTable part and throws the editor table rows in that for each column, put a RadStrip in it and put a table into each tab and just distribute the columns that way - but all that is marked internal and not exchangeable.

So what way do you suggest to hook in there?
Iana Tsolova
Telerik team
 answered on 28 Dec 2010
1 answer
74 views
i am having RadCalendar control inside the Modal Pop up when i click on the Calender control it will display the Calender but that calender appearing Back side of the Modal pop up.. How to get it front.>>>????
Shinu
Top achievements
Rank 2
 answered on 28 Dec 2010
1 answer
97 views
Hi, everyone
First sorry for my English

I need include a slidingPanel in a contentPage. I'm tried to do anything similar to  http://demos.telerik.com/aspnet-ajax/panelbar/examples/applicationscenarios/slidingpanelbar/defaultcs.aspx  but I have this error System.Web.HttpException: La colección de controles no puede modificarse porque el control contiene bloques de código (por ej. <% ... %>).

Any suggestion is welcome.
Thanks in advance
Kalina
Telerik team
 answered on 28 Dec 2010
1 answer
66 views
This update broke several things on my web site:

I have some client side JavaScript executing when the onRowCreated event was raised for a RadChart. The code walks the DOM and breaks completely. The very first statement fails:

    <script type="text/javascript">
      function RowCreated(sender, eventArgs) {
        var dataItem = eventArgs.get_gridDataItem();
        for (var i = 0; i < dataItem.get_element().cells.length; i++) {
          if (dataItem.get_element().cells[i].innerHTML == "No") {
            dataItem.get_element().cells[i].className = "BadClass";
          }
          else
            if (!isNaN(dataItem.get_element().cells[i].innerHTML) && dataItem.get_element().cells[i].innerHTML != "0") {
            dataItem.get_element().cells[i].className = "AlertClass";
          }
        }
      }
    </script>

When it has failed most of the Telerik controls stop responding to clicks and mouseovers.

The next problem is that I have a RadGrid that I change visibility of. Changing from Visible=false to Visible=true causes most Telerik controls to stop responding to clicks and mouseovers.

I had to make the following changes to get the site working properly again:

I moved the functionality of the JavaScript client side routine to the server and tied it to the prerender event.

Finally, I had to stop changing the visibility of the RadGrid which impacts the site visibly, but at least doesn't break it.

Anker
Nikolay Rusev
Telerik team
 answered on 28 Dec 2010
1 answer
76 views
Hi

I have successfully created a custom dialog for my radEditor which uses a radFileExplorer to display a list of assets which a user can add to their page.  At the moment the user needs to double click on one of the items in the radFileExplorer in order to select and insert it into the underlying radEditor. 

I wish to make my dialog work like the out of the box dialogs (e.g. Image Manager) and implement  "Insert" and "Cancel" buttons.   "Insert" will insert the selected asset (mimicing what happens already on a double click it) and "Cancel" will close my custom dialog.  I cannot figure out the code which I should be using on my custom buttons implement this.

Can you help ?

Thanks in advance.
Rumen
Telerik team
 answered on 28 Dec 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?