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

Radgrid filters are not working in Safari in MAC machine

3 Answers 121 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ratnadip
Top achievements
Rank 1
ratnadip asked on 03 Nov 2015, 12:17 PM

HI, When i am trying to open a filter options menu in the radgrid filter column, the menu is not showing. I am using safari browser in MAC machine.

The same functionality is working fine with other browsers in windows platform and also in chrome in MAC.

I have also attached the javascript error that i am receiving.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 04 Nov 2015, 01:30 PM
Hello,

When javascript error is thrown it is expected filter options menu to not open. Regarding the error you are receiving we need to replicate it first in order to say why you receive it and how to fix it.

Additionally specify which is the version of Telerik UI for ASP.NET AJAX that you are using in your project.

Regards,
Pavlina
Telerik
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 Feedback Portal and vote to affect the priority of the items
0
ratnadip
Top achievements
Rank 1
answered on 04 Nov 2015, 01:46 PM

Hi Pavlina,

I have fixed the issue by changing the element in my application's web.config to match the newer version and assign the correct capabilities. and now it is working as expected. :)
—
<configuration>
  <system.web>
     <browserCaps>
           <filter>
             <case match="AppleWebKit/600">
                   EcmaScriptVersion = 1.5 supportsCallback = true
             </case>
         </filter>
    </browserCaps>
</system.web>
</configuration>

0
Pavlina
Telerik team
answered on 04 Nov 2015, 03:45 PM
Hello,

It's great to hear that you manage to resolve the problem on your own. 

Regards,
Pavlina
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
ratnadip
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
ratnadip
Top achievements
Rank 1
Share this question
or