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

Loading image while load is not displayed in RTL

5 Answers 70 Views
Window
This is a migrated thread and some comments may be shown as answers.
Naresh Goradara
Top achievements
Rank 2
Naresh Goradara asked on 06 May 2010, 02:47 PM
Hi,
We are using RAD control- Q2 2009 for development.
We have one popup-RadWindow in rtl(right to left) mode. We have configured RadWindow in following manner:

<body style="direction: rtl;">  
    <form id="form1" runat="server">  
    <div> 
        <asp:ScriptManager ID="ScriptManager1" runat="server" /> 
        <telerik:RadWindowManager ID="RadWindowManager1" runat="server">  
            <Windows> 
                <telerik:RadWindow ID="rw1" Name="rw1" Behaviors="Close" ShowContentDuringLoad="false" 
                    ReloadOnShow="true" VisibleStatusbar="false" BackColor="Gray" Modal="true" runat="server" 
                    Height="650" Width="500">  
                </telerik:RadWindow> 
            </Windows> 
        </telerik:RadWindowManager> 
        <telerik:RadCodeBlock ID="radCodeBlock" runat="server">  
 
            <script language="javascript" type="text/javascript">  
                function OpenRadWindow(url) {  
                    var oWnd = window.radopen(null, 'rw1');  
                    oWnd.setUrl(url);  
                    return false;  
                }          
            </script> 
 
        </telerik:RadCodeBlock> 
        <telerik:RadTextBox ID="txt" runat="server">  
        </telerik:RadTextBox> 
        <asp:Button ID="btnOpen" runat="server" OnClientClick="javascript:return OpenRadWindow('WebForm1.aspx')" 
            Text="pop up 1" /> 
        <asp:Button ID="Button1" runat="server" OnClientClick="javascript:return OpenRadWindow('WebForm2.aspx')" 
            Text="pop up 2 " /> 
    </div> 
    </form> 
</body> 

Even after this I can not see loading image while pop-up load.
If I change direction to ltr then this works successfully.
So, is this any configuration problem or ...?

Please suggest us to resolve this issue.

With Regards,
Naresh Goradara

5 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 11 May 2010, 12:30 PM
Hi Naresh,

Thank you for reporting this problem. We examined the issue and we were able to reproduce it. I am glad to inform you that we already fixed the bug on our side and the fix will be available in the next internal build as well in all later builds.

I updated your account with some Telerik points for your kind cooperation which we highly appreciate!

All the best,
Svetlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Naresh Goradara
Top achievements
Rank 2
answered on 11 May 2010, 12:55 PM
Hi Svetlina,
Thank you for your replay. 
But can you please tell when next internal build will available to us?

With Regards,
Naresh Goradara
0
Svetlina Anati
Telerik team
answered on 11 May 2010, 01:39 PM
Hi Naresh,

The new internal build which will have the fix will be available in the beginning of next week, most probably on Tuesday.


Regards,
Svetlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Naresh Goradara
Top achievements
Rank 2
answered on 20 May 2010, 01:45 PM
Hi Svetlina,

Till now there is no build release available for Q2 2009. The last release of Q2 2009 SP1 (version 2009.2.826)  version was on Aug 26, 2009.

We have started development in Q2 2009(2009.02.0701.35) version. Still we hvae been in development. And we are going to purchase license for RAD Control. So, which version of rad control would be recommanded by you in this case?, Which meets our requirement for RTL/LTR issue.

Thanks,
Naresh Goradara
0
Rumen
Telerik team
answered on 24 May 2010, 11:53 AM
Hi Naresh,

You should upgrade to the latest official build Q1 2010 SP2 (version 2010.1.519) of RadControls for ASP.NET AJAX.

Greetings,
Rumen
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Window
Asked by
Naresh Goradara
Top achievements
Rank 2
Answers by
Svetlina Anati
Telerik team
Naresh Goradara
Top achievements
Rank 2
Rumen
Telerik team
Share this question
or