Hi,
We have an empty grid which shows up even if no data is present in it. We don't want the grid to show up in this case. We are loading data through DataArrivedHandler. Problem is grid.getTotalRows() comes out to be 1000 even if the data has no rows which leads to empty grid being shown. This issue is intermittent.
Also, when the grid has a single row, sometimes the grid is shown empty because grid.getTotalRows() comes out to be 1000 and total records comes out to be 0.
We have an empty grid which shows up even if no data is present in it. We don't want the grid to show up in this case. We are loading data through DataArrivedHandler. Problem is grid.getTotalRows() comes out to be 1000 even if the data has no rows which leads to empty grid being shown. This issue is intermittent.
Also, when the grid has a single row, sometimes the grid is shown empty because grid.getTotalRows() comes out to be 1000 and total records comes out to be 0.
Comment