GXT -coloring entire grid row according to one cell in row
. . I colored one column according to the value of cell but i want to color the entire row (means the cell contained row ) in gxt grid help me here is my code for coloring the cell (i want to color the row instead of the cell) /*------------Coloring Area------------*/ GridCellRenderer<BeanModelType> ColoredGrid = new GridCellRenderer<BeanModelType>() { @Override public Object render(BeanModelType model, String property, ColumnData config, int rowIndex, int colIndex, ListStore<BeanModelType> store, Grid<BeanModelType> grid) { String valueOfCell = model.get(property); String style = valueOfCell