We have a requirement to display 8 or more grids on the screen and each grid has 1500 rows.
We need to update all grids together every second. Currently, this process is taking more than 10 seconds to update all grids.
Is there a way to update all gird quickly? We are already using multiple row updates. See the sample below.
$("#gridfilter1").pqGrid("updateRow", {
rowList: [Array List]
});