Cutsomize rows after databinding

Hi,

Is it possible to customize the rows of grid at client side after binding the grid with dhtmxconnector.
As we have already bind the data with the connector and able to customize the rows at server side, but its low in performance, is there any other way to customize rows at client side.

Please help.

Thanks,

What do you mean by “customize” ? Grid has js api which allows to change values of cells ( grid.cells(i,j).setValue(some) ), and it works in both cases - with connectors and without connectors.