Click here to Skip to main content
15,881,938 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Telerik 2009 version is used in asp.net application, here in Rad grid , Edit Pop up is not working in Ipad/mac machine(chrome/safari), but Telerik 2013 version works fine, also i require code like below for chrome/safari

XML
<system.webserver>
    <httpprotocol>
        <customheaders>
            <clear />
            <add name="X-UA-Compatible" value="IE=8" />
        </customheaders>
    </httpprotocol>
<system.webserver>


bcoz changing compatibility manually in safari browser to chrome mac mode makes the functionality work
XML
</system.webserver></system.webserver>
Posted
Updated 19-Nov-14 7:11am
v3
Comments
George Jonsson 19-Nov-14 13:12pm    
Not a well formulated question.
From whom do you "require" code????

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900