*BUG* applying cell styles after filtering doesnt work!

There is a bug in the grid, more specifically the applyStyles javascript function.

If you filter rows, and then try to apply styles to these filtered rows (filter so that you get records from the bottom of the spreadsheet, not the top) the style doesnt get updated…

See attached image, that is why. Its only setting it if the current row is less than the length of the rows buffer - which it is not…


Hi,
could you describe more in details about filtering?
If I don’t loose anything dhtmlxSpreadsheet doesn’t support filtering rows.

Hi,

This could possible be why then.

I know we customised dhtmxSpreadsheet so that it acted like dhtmlxGrid (as the spreadsheet just seems like a stripped down version of this).

I have managed to get it working now anyway…

I just removed that if statement (checking the row number against the row buffer length) and all is working fine…

Regards

Luke