addClassToGridRowCell
This function is used to color a single cell in a grid, or highlight it.
Parameters
eventParameter - this is the special parameter you get in OnRowCreated
columnId - the name (id) of the column
className - the classname to set
Class names
success
danger
warning
info
other options can be found here: https://getbootstrap.com/docs/4.0/utilities/colors/
Example Usages
Example inside OnRowCreated
app.addClassToGridRowCell(eventArgs, "cordlnShippedQuantity", "success");
Return Values
Function does not explicitly produce return value.
Last updated
Was this helpful?