jQuery UI Widgets › Forums › TreeGrid › TreeGrid Row Formatting
Tagged: html tree grid, jquery treegrid, jqwidgets treegrid, tree grid, treegrid
This topic contains 4 replies, has 3 voices, and was last updated by kcq 11 years, 2 months ago.
Hi, how can i format a row in the TreeGrid? I want to set the background-color of a specified row in the grid…
Hi simcon94,
By using the TreeGrid column’s cellClassName callback function, you can achieve that:
Example: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxtreegrid/javascript-tree-grid-conditional-formatting.htm?arctic
Best Regards, Peter Stoev
jQWidgets Team http://www.jqwidgets.com
Do you have an example? with cellClassName? I want to set the whole Row with another background, not only the cell….
The sample I sent you uses cellClassName. To implement full row formatting, set cellClassName to all columns in the row.
Hi,
How do I change the height of the row for the jqxTreeGrid? In jqxGrid, there is a rowsheight property that I can set.
Thanks
You must be logged in to reply to this topic.