in a grid is it possible to highlight both cell and row?
for example using the properties:
selection: {
enabled: true,
allowCellSelection: true,
allowRowSelection: true,
mode: 'extended'
},
only the cell I'm selecting is highlighted,
is there a way to be able to highlight the rest of the row as well? maybe via css?
TY
-
This topic was modified 1 year, 7 months ago by Dark Beccio.
-
This topic was modified 1 year, 7 months ago by Dark Beccio.