This example demonstrates a LiveGrid that uses Rico.TableColumn.HighlightCell to highlight all rows where the customer id is 'HANAR'.
var CustId='HANAR';
var CustIdCol=1;
Rico.onLoad( function() {
  var opts = {  
  columnSpecs: [
{control:new Rico.TableColumn.HighlightCell(CustIdCol,CustId,'red','yellow')},
{control:new Rico.TableColumn.HighlightCell(CustIdCol,CustId,'red','yellow')},
...

 

Order# Customer# Ship Name Ship City Ship Country Order Date Ship Date