Quantcast
Channel: Symantec Connect
Viewing all articles
Browse latest Browse all 22671

Getting the Grid to Work the Same Across (most) Browsers

$
0
0

Just recently, a grid component in a workflow application stopped functioning properly in Chrome and FireFox. This grid is supposed to allow people to click on a row, then click on a button on the page to edit the record represented by that row. When people were loading the grid, however, the rows were not selectable and the font was messed up.

GridFix01.png

One workaround for this issue is to disable browser detection for that specific workflow application. To do this, a folder named App_Browsers is added to the root of the workflow application's project folder (for my application, the full path is E:\Program Files\Symantec\Workflow\WorkflowDeploy\Release\RFC) on the Workflow server with a single file named all.browser in it. The contents of the file are:

<browsers>
  <browser refID="Default">
    <capabilities>
      <capability name="preferredRenderingMime" value="text/html" />
      <capability name="preferredRenderingType" value="html32" />
      <capability name="requiresFullyQualifiedRedirectUrl" value="false" />
    </capabilities>
  </browser>
</browsers>
 
Once this addition has been made to the project folder, the grid should behave normally in Chrome and Firefox.
GridFix02.png

Viewing all articles
Browse latest Browse all 22671

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>