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
<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
Go to the complete details ...