I am heavily using jqGrid on a web page, using local data (array of data) The grid is having hundreds of rows (maybe up to 300 rows), and around 40 columns.
And there is a requirements that the user when click a button, it will update one columns for all rows. so which is faster? using setCell and call it for all rows? or update the back data, and do reloadgrid? our application is going to be used by hundreds of users.