I have some columns in my grid say ItemName, ItemQty, deliveryTime, and status and I want to show whole row in bold when value of status is 'NEW'.
I want to show some rows( not only cell ) in bold based on the value of one cell Without affecting alternate row style.
I have override getCellCSSText method but it shows only status value in bold. and when I have override getCellStyle method then alternate style of grid gets affected.
Can any body give any Idea how to show whole row in bold. based on value of the cell and without affecting the alternate style of the grid.
I want to show some rows( not only cell ) in bold based on the value of one cell Without affecting alternate row style.
I have override getCellCSSText method but it shows only status value in bold. and when I have override getCellStyle method then alternate style of grid gets affected.
Can any body give any Idea how to show whole row in bold. based on value of the cell and without affecting the alternate style of the grid.
Comment