Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
215 views
I have a fairly complex page with Multiple Update Panels and I usually have a RadGrid that when somebody selects an item, it updates a Form with the details.  I've tried putting the Ajax Loading Panel and Manager on this page and other pages and I just don't think I'm using it right.  I know I select a control that initiates the request, then I choose the control or controls that get updated, but time after time I get different Javascript error message stating things like:

Microsoft JScript runtime error: Sys.InvalidOperationException: Could not find UpdatePanel with ID 'ctl00_MainContent_ctl00_MainContent_RadAjaxProjectPanelPanel'. If it is being updated dynamically then it must be inside another UpdatePanel.

or something similar...I've seen the examples, but I guess what I am looking for is a straight forward, Step 1, Step 2, Step 3...because apparently whatever I am doing is not working. 

We are using the latest version of the Tools.  We just moved from using the Trial/Demo software to the Live version.  Visual Studio 2010, .NET 4.0(ASP.NET/Ajax of course)

I have been successful getting the RadGrid and Comboboxes working.  I would really like to get the Loading panel working soon.

thanks

mark
Maria Ilieva
Telerik team
 answered on 01 Apr 2011
3 answers
206 views
Hi

I have been reading this section "Integrating RadControls in ASP.NET MVC" but it does not mention if RadRatator (and its Ticker) and ListView were supported in MVC. Can anyone kindly let me know if they are supported please? It would be much appreciated if there is a simple sample project to demo it. :-)

Thank you
Best regards
Rumen
Telerik team
 answered on 01 Apr 2011
1 answer
131 views
Is it possible to change the cursor to no-drop when dragging row over areas not set as the destination?

Or something to this affect?
Iana Tsolova
Telerik team
 answered on 01 Apr 2011
1 answer
235 views

I was excited for this new control, but it doesn't seem to work. Our users want to tab into the field and enter a date, thereby avoiding the mouse completely. On a newly placed control, within DateInput, set properties DateFormat and DisplayDateFormat to "MM/yyyy" since we never want to see month spelled out.

Run it, type 11/06 and tab out -- it shows 11/2011, the wrong year.
Now try 5/08 and tab out -- it shows 05/2011, also the wrong year.

This seems very basic, so I'm hoping I'm missing some setting to make it work as one would expect for a MonthYearPicker control.
Iana Tsolova
Telerik team
 answered on 01 Apr 2011
3 answers
147 views
Hello,

I am new to the Telerik controls and I am having a problem trying to find out why my data grid is not loading. It will work fine when it loads the web page without the grid being in a view but if I put it in a view then all I get is the outline when the page loads.

If I use a datasource and call rebind on the grid then it will work but not when it uses OnNeedDataSource. It does not get fired if the grid is not on the first page view displayed.

I would appreciate any help or pointing me in the right direction.

Thanks
Iana Tsolova
Telerik team
 answered on 01 Apr 2011
5 answers
181 views
Hello,

I have a webpage hosted in a Server A that has an IFRAME that displays the content of the webpage using RadChart in a Server B.

I'm getting this error only when I'm trying to access with Internet Explorer. I don't have this problem using Firefox:

Error loading RadChart image.
You may also wish to check the ASP.NET Trace for further details.
Display stack trace?

I have already tried a lot of changes on web.config and UseSession property. But no success. What else should I try?

I'm new on this team and I'm not sure about the version we're actually using but the installer name is: RadControls_for_ASP.NET_AJAX_2008_2_723_dev.exe (if you could provide me more info about this, I'll be thankful too).
Danilo
Top achievements
Rank 1
 answered on 01 Apr 2011
3 answers
449 views
Hello Fir,

How to Hide Close Button of Dock Title Bar
i want remove Close Button.

Please Help Me.

Thanks
Chandan Kumar.
Pero
Telerik team
 answered on 01 Apr 2011
0 answers
88 views
cleared.. 
Asif
Top achievements
Rank 1
 asked on 01 Apr 2011
3 answers
153 views
Hi all,

I have a RadWindow that pops up. It displays various input fields based on conditions. So, for instance, if a checkbox becomes checked I need to re-enable several controls on the page.

<fieldset>
    <legend>Refresh Settings</legend>
    <table>
        <tr>
            <td class="AutoRefreshEnabled">
                Auto-Refresh Enabled:</td>
            <td class="AutoRefreshCheckbox">
            <asp:CheckBox ID="CheckBox1" runat="server" AutoPostBack="True" oncheckedchanged="CheckBox1_CheckedChanged" />
            </td>
            <td class="AutoRefreshNumericTextbox">
                <telerik:RadNumericTextBox ID="RadNumericTextBox1" Runat="server"
                    Label="Auto-Refresh Interval:" MaxValue="60" MinValue="0"
                    ShowSpinButtons="True" Value="0" Width="175px" Enabled="False"
                    LabelCssClass="riLabel LabelDisabled">
                <NumberFormat DecimalDigits="0" />
                </telerik:RadNumericTextBox>
            </td>
        </tr>
    </table>
</fieldset>

protected void CheckBox1_CheckedChanged(object sender, EventArgs e)
{
    RadNumericTextBox1.Enabled = (sender as CheckBox).Checked;
 
    if (RadNumericTextBox1.Enabled)
    {
        RadNumericTextBox1.LabelCssClass = "LabelEnabled";
    }
    else
    {
        RadNumericTextBox1.LabelCssClass = "LabelDisabled";
    }
}

.LabelEnabled
{
    color: Black !important;
}
 
.LabelDisabled
{
    color: Gray !important;
}
 
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="CheckBox1">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="RadNumericTextBox1" />
                </UpdatedControls>
            </telerik:AjaxSetting>
</telerik:RadAjaxManager>

When the user clicks the CheckBox there is an abnormal delay between when the CheckBox becomes checked and when the RadNumericTextBox becomes enabled. When the user un-checks the CheckBox there is no such delay. I experience this same, quirky effect on all similar event-response controls.

I do not want a loading panel -- it would be weird having loading screens over controls for a second. Is there anything I am missing?

Thanks, Sean
Maria Ilieva
Telerik team
 answered on 01 Apr 2011
1 answer
122 views
I need to display a lot of read-only text to the user and enable some additional page controls when the user has "read all" (scrolled to the bottom) of the text. I am considering using a RadTextBox in multiline mode but need a client side event when the textbox has been scrolled to the bottom. Is there a way to accomplish this? If there's a better approach, I'm open to it.
Maria Ilieva
Telerik team
 answered on 01 Apr 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?