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

Rating Not working in chrome

3 Answers 72 Views
Rating
This is a migrated thread and some comments may be shown as answers.
Mahadev
Top achievements
Rank 1
Mahadev asked on 05 Feb 2014, 01:33 PM
Rad Ratting is not working in chrome, previously it used to work in all browsers.
 <telerik:RadRating ID="RadEngaging" runat="server" ItemCount="5" SelectionMode="Continuous"
                                                                    Precision="Half" Orientation="Horizontal">
                                                                </telerik:RadRating>

3 Answers, 1 is accepted

Sort by
0
Misho
Telerik team
answered on 05 Feb 2014, 02:47 PM
Hi,
I've tried to replicate the unwanted behaviour with RadRating in the latest Chrome version 32.0.1700.107 but no avail. Here is the video showing my test: http://screencast.com/t/n5MvvbP8gz
If you are still experiencing the issue please provide us with a sample fully runnable project as well as detailed reproduction steps that we could use to replicate and investigate the described issue in details on our side.

Best Regards,
Misho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
0
Manoj
Top achievements
Rank 1
answered on 07 Feb 2014, 05:25 AM
Hi
I'm  working on Rad rating  control  in  latest version of chrome(ver 32.0.1700.107 m)
It is working fine when it is placed independently, but not working when rating is placed inside RadPageView of RadMultiPage.

Can you provide me any solution, 

Thanks in advance 

Regards,
Manoj





0
Misho
Telerik team
answered on 11 Feb 2014, 08:21 AM
Hello,

I've tried to replicate the issue also with RadRating inside RadPageView. It doesn't seem to be reproducible on my side using the following markup:
<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
         <telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0"
             MultiPageID="RadMultiPage1">
             <Tabs>
                 <telerik:RadTab runat="server" PageViewID="RadPageView1" Selected="True" Text="Root RadTab1">
                 </telerik:RadTab>
                 <telerik:RadTab runat="server" PageViewID="RadPageView2" Text="Root RadTab2">
                 </telerik:RadTab>
             </Tabs>
         </telerik:RadTabStrip>
         <telerik:RadMultiPage ID="RadMultiPage1" runat="server">
             <telerik:RadPageView ID="RadPageView1" runat="server" Width="100%" Selected="True">
                 <telerik:RadRating ID="RadEngaging" runat="server" ItemCount="5" SelectionMode="Continuous"
                     Precision="Half" Orientation="Horizontal" OnClientRated="OnClientRated">
                 </telerik:RadRating>
             </telerik:RadPageView>
             <telerik:RadPageView ID="RadPageView2" runat="server" Width="100%">
 
                 <telerik:RadRating ID="RadRating1" runat="server" ItemCount="5" SelectionMode="Continuous"
                     Precision="Half" Orientation="Horizontal" OnClientRated="OnClientRated">
                 </telerik:RadRating>
             </telerik:RadPageView>
         </telerik:RadMultiPage>
         <script type="text/javascript">
             function OnClientRated(sender, args) {
                 alert(sender.get_value());
             }
         </script>

I've recorded my test in the following video: http://screencast.com/t/I5F4GEe8sv.
Could you please try to replicate the issue described on your side and if it is still reproducible to send us details of your exact setup and steps to reproduce?

Best Regards,
Misho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Rating
Asked by
Mahadev
Top achievements
Rank 1
Answers by
Misho
Telerik team
Manoj
Top achievements
Rank 1
Share this question
or