Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
102 views
hi
how can i show count of rows when paging not enable
for example i hava 9 rows anad page size is 10
i want to show count
help please
Princy
Top achievements
Rank 2
 answered on 11 Oct 2010
1 answer
59 views
When AutoResize is set to True, and the content is not given specific dimensions, the window keeps shrinking every time you open it (assuming you don't refresh the page or cause a postback).

The first time you open the window, it correctly resizes the window to fit the content. But then each subsequent time you open the window, it squishes the content a little more.

Since this content is dynamic, there's no way that I can set the dimensions of the content ahead of time.

Is there any way to stop it from constantly shrinking?

Thanks!
Georgi Tunev
Telerik team
 answered on 11 Oct 2010
1 answer
53 views
I have not updated Telerik controls yet.  If I upgrade from version 2010.1.415.20 to the current version will I have to update the controls in the current application?  How transparent is the update?  What problem might I encounter?  I want to have access to the ContentTemplate in the PanelBar but I don't want to break the entire site with an update.  Thanks.
Sebastian
Telerik team
 answered on 11 Oct 2010
1 answer
147 views
Hi,

Let me explain my scenario, here is a sample code of what im trying to do:

Dim aaa As String = "aaa"

Telerik.Web.UI. RadAjaxManager.GetCurrent(page).ResponseScripts.Add("radconfirm('are you sure?', null, 300, 150, null, 'are you sure?');")

Dim ccc As String = "ccc"

If I used a MsgBox the execution would be blocked, until the user responds to the prompt and then it will perform Dim ccc As String = "ccc" . However with a rad-anything , the server side code executes fully and then the radconfirm appears. Is there a way to make the radconfirm appear in the middle of server side code execution, like a MsgBox ?

Many Thanks,
Aash.

 

 

 

 

 

 

Georgi Tunev
Telerik team
 answered on 11 Oct 2010
4 answers
112 views
Hi,

My editors are very eager to know if it is posible to prevent rad editor table wizard to insert white space in table cells from the start?

Any suggestions are very welcome :)

Kristian Thrane - frontend @ yousee.dk
Rumen
Telerik team
 answered on 11 Oct 2010
3 answers
234 views
I have a simple login page with the standard user name, password, and login button with UseSubmitBehavior="true".  If I add a RadAjaxManager the HTML tag for the button gets set to type="button" instead of type="submit".  Why is this?  How do I get a submit button on an ajaxified page?  I would like users to be able to hit <enter> to invoke the submit button.

Thanks,
Kevin

<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">  
    <telerik:RadAjaxManagerProxy ID="RadAjaxManager1" runat="server">  
        <AjaxSettings> 
            <telerik:AjaxSetting AjaxControlID="btnLogin">  
                <UpdatedControls> 
                    <telerik:AjaxUpdatedControl ControlID="btnLogin" /> 
                </UpdatedControls> 
            </telerik:AjaxSetting> 
        </AjaxSettings> 
    </telerik:RadAjaxManagerProxy> 
      
    <table class="content" cellpadding="0" cellspacing="0" style="width: 100%;">  
        <tr> 
            <td class="controlLabel" style="width: 10%;">Login:</td> 
            <td> 
                <asp:TextBox runat="server" ID="editLogin" Columns="40"></asp:TextBox> 
                <span class="controlLabel">@KimballMidwest.com</span> 
            </td> 
        </tr> 
        <tr class="spacerRow"><td></td></tr> 
        <tr> 
            <td class="controlLabel">Password:</td> 
            <td> 
                <asp:TextBox runat="server" ID="editPassword" Columns="40" TextMode="Password"></asp:TextBox> 
            </td> 
        </tr> 
        <tr> 
            <td></td>  
            <td class="controlLabel">  
                <asp:CheckBox runat="server" ID="chkRememberMe" Text="Remember Me" /> 
            </td> 
        </tr> 
        <tr class="spacerRow"><td></td></tr> 
        <tr> 
            <td></td>  
            <td class="controlLabel">  
                <asp:Button runat="server" ID="btnLogin" Text="Login" style="width: 80px;" OnClick="btnLogin_Click"   
                    UseSubmitBehavior="true"/>  
            </td> 
        </tr> 
    </table> 
</asp:Content> 
 
Manoj
Top achievements
Rank 1
 answered on 11 Oct 2010
1 answer
101 views
Hi

I am trying to binding the Rad grid to a sharePoint list. Is there any way I can do this without writing code. Can I bind the grid to the built wss 3.0 webservice.

regards,
Vinay
Maria Ilieva
Telerik team
 answered on 11 Oct 2010
1 answer
82 views
Hi ,all

I have a problem after acting on radconfirm with ie.My future action return an error javascript.

Have you an answer?


yannick.
Georgi Tunev
Telerik team
 answered on 11 Oct 2010
1 answer
107 views
Hi

I don't want see the appointment details in the month view and I don't want to see the day view if I am clicking the More Link for appointments in the month view of the ASP .Net Ajax scheduler control. I have set the property MonthView.VisibleAppointmentsPerDay = 0.  After that, appointment details are not visible in the month view, but still the more link is visible. Is there any way to hide the More link in the month view ?

Nikolay Tsenkov
Telerik team
 answered on 11 Oct 2010
7 answers
101 views
I'm code that we have had on production servers since Q1 2009 we are now getting a JavaScript error when using RadConfirm.

As an example, I have a page with a grid on it that uses RadToolBar are the command item.

Clicking on the 'delete' button fires the ToolbarClicking event, this, in turn calls RadConfirm. A positive response from RadConfirm results in an AjaxRequest. Oddly, the JS error isn't reported 'til the system is part way through processing the Server-side code resulting from the AjaxRequest.

I can confirm that this is happening not just on one page but all pages using RadConfirm in this way. Sadly that's every page where there is something that can be deleted!

I'm going to see if I can find a workaround for this, but if I can't then this one error has effectively rendered SP2 U/S!

-- 
Stuart
Stuart Hemming
Top achievements
Rank 2
 answered on 11 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?