The loading bar continues running even after the grid has rendered data and sometimes the grid hangs. How to fix this?
You have to specify a optimal vaule in the configurable property available in 'arc.properties' for defining the number of records to load at a time in the grid. The values specified in the property provided below will substantially optimize the behavior of the grid: arc.datagrid.partly.size = 1000 arc.distributed.parsing.size = 20) (specify a suitable value if the records that is supposed to display in the grid is more.)