Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Chrys on May 03, 2007 14:07
open dhtmlx forum
Row style not applied on split?

My problem is this: if I set a style attribute from XML on a row it works fine only if the grid is not splited (first column becomes fixed on horizontal scrolling). For example for style="border-bottom:2px solid #FFFFFF" everything is as expected if I do not split the grid. If I do a splitAt(1) on the grid, then the cells of the first column do not apply that style. I do not want to change the the grid lines, but every third row must have a thicker bottom line. Is there anything I can do?
Answer posted on May 05, 2007 11:18
There must not be any problems in case of normal split - the styles are applied to both parts of splitted grid - please check attached image.
But in case of usage split and smart rendering in same time, dhtimlxGrid 1.3 has a problem with renderenig additional row styles. It is already fixed in inner build and will be availablle as part of next build.
( Please contact us, if you need update ASAP )

Answer posted by Embre (Support) on Dec 07, 2014 20:36

Having solved the problem mentioned above, you may also look through the possible related problems with ajax treeview example and files uploader.