We are using the cellclassname callback to determine which class cells need to have and it works great for display on the web page. However when we use the export to HTML function built into the grid, when this callback is called, the “data” or fourth parameter of the callback isn’t populated with the row data. Here is our function signature…
cellclassname: function (row, columnfield, value, rowdata) {
When the grid renders to the screen “rowdata” is populated with the row data. When we export to HTML, the “rowdata” parameter is undefined. Is this proper behavior? BTW, we’re on 3.0.4.