Hi,
I've been whaching the example you show on:
http://jsplayground.syncfusion.com/Sync_sn3ev02o
This example is just I need, but selecting the whole line instead.
I've being seeing concretely this:
queryCellInfo: function (args) {
if (args.column !== undefined && args.column.field === "unitPrice") {
var $element = $(args.cell);
if (Globalize.parseFloat(Globalize.format(args.text, "c")) < 30) {
$element.css("background-color", "#b0e98f").css("color", "black");
}
else {
$element.css("background-color", "#f4a496").css("color", "black");
}
}
}
I'd would like the same but selecting the whole line instead a cell, could you give me a example, I would be very grateful.
Thank you very mach
Regards,
Daniel Pujante