This is a migrated thread and some comments may be shown as answers.

AjaxLoadingPanel for custom AdvancedForm

3 Answers 55 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Didier Prévot
Top achievements
Rank 2
Didier Prévot asked on 27 Dec 2016, 02:39 PM

Hello, I'm using a custom advanced form (both insertion and edition)

 

And I'd like all of the events fired within the advanced form to only show a panel for the advanced form modal window.

 

So in my AdvancedForm.ascx I hate the following code : 

 

<telerik:RadAjaxManagerProxy ID="rAjaxMan_advForm" runat="server">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="RadMultiPage1">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="RadMultiPage1" LoadingPanelID="rAjaxLPan_advForm" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManagerProxy>
 
 
<telerik:RadAjaxLoadingPanel ID="rAjaxLPan_advForm" runat="server" />

 

Which is supposed to display the loading panel for the RadMultiPage1 in case an even is fired inside the RadMultiPage1

But this never happens. Also tried setting different "AjaxControl" and "AjaxUpdatedControl", but this does not seem to change anything

 

My AdvancedForm is based on Telerik's template and the RadMultiPage is the top element in the "<div class="rsAdvContentWrapper">" element (which is the div right after the title bar)

I also have an AjaxSettings for the Radscheduler events and he is "catching" those postbacks when I'm in the AdvancedForm. I want to override it 

 

Thank you for taking your time to answer me !

 

3 Answers, 1 is accepted

Sort by
0
Anton
Telerik team
answered on 30 Dec 2016, 07:57 AM
Hello Didier,

I am afraid that the provided code snippet is insufficient for us to recreate your scenario. Would you please open a support ticket and send us a simplified sample runnable project as described in the Isolating a problem in a sample project. Thus, we would be able to investigate your exact scenario locally and help you in the most efficient way.

Regards,
Anton
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Didier Prévot
Top achievements
Rank 2
answered on 30 Dec 2016, 02:55 PM

Hello Anton,

 

This would be a bit hard for me to isolate the problem so could you instead give my directions on what to investigate?

 

What would be the proper way to have RadScheduler displays only its own events in its own panel

and have the advanced form also display its own events in its own panel?

 

Thank you for taking your time and since it's almost time,

Happy New Year !

0
Anton
Telerik team
answered on 04 Jan 2017, 11:13 AM
Hello Didier,

Happy New Year to you too! I'm afraid that currently the RadScheduler supports only one loading panel.

Regards,
Anton
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Scheduler
Asked by
Didier Prévot
Top achievements
Rank 2
Answers by
Anton
Telerik team
Didier Prévot
Top achievements
Rank 2
Share this question
or