Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
221 views
I have a RadGrid controlled by the RadComboBox inside the CommandItemTemplate. The combobox controls what data are displayed inside the RadGrid. It works fine most of the time but when the current data are sorted the RadGrid won't rebind because it will still try to sort by the sortingColumn of the previous data set, which doesn't exist in the new one.
How can I clear the sort value so I can get my RadGrid to rebind?


Iana Tsolova
Telerik team
 answered on 28 Dec 2010
2 answers
77 views
I have a RadListView in my page , when i set AjaxSetting page not load and when I delete this part my page load :

<telerik:AjaxSetting AjaxControlID="taskslist">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="taskslist" />
                    </UpdatedControls>
                </telerik:AjaxSetting>

rtech
Top achievements
Rank 1
 answered on 28 Dec 2010
5 answers
98 views
Hi Guys!!
I´m trying to edit the social bookmark buttons to put a special code there and change the current ones, but I don´t have idea how to do that can you help me with that?
I notice that it works with a XML file but I want to use a .ascx that I made or just paste the following code.

<div class="addthis_toolbox addthis_default_style"><div class="addthis_toolbox addthis_default_style" style="display:inline; float:left"><a class="addthis_button_tweet"></a></div><div class="addthis_toolbox addthis_default_style" style="display:inline; float:left"><a class="addthis_button_facebook_like" fb: like:layout="button_count"></a></div><div style="display:inline; float:left"><a href="http://www.addthis.com/bookmark.php?v=250&amp;username=fleetcardsusa" class="addthis_button_compact">Share</a></div></div><script type="text/javascript">var addthis_config = {"data_track_clickback":true};</script><script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=fleetcardsusa"></script>.

Another question is, I was able to put a new button in the editor toolbar of the sitefinity blog, but I was not able to set the image in the button, how can I do that?

thanks and greetings
Ivan Dimitrov
Telerik team
 answered on 28 Dec 2010
1 answer
111 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
239 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
235 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
77 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
67 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
63 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
91 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?