addClassToGridRowCell

This function is used to color a single cell in a grid, or highlight it.

Parameters

  1. eventParameter - this is the special parameter you get in OnRowCreated

  2. columnId - the name (id) of the column

  3. className - the classnaem to set

Example Usages

Example inside OnRowCreated

   brixxApi.addClassToGridRowCell(eventArgs, "cordlnShippedQuantity", "success");

Last updated