CodeCharge StudioThe first task in the series of enhancements will be to alter the color of a grid field on our Task List page. To be more specific, we will mark the listed tasks assigned to the currently logged in user by showing them in blue text.
The Before Show event occurs in the program after the field values are assigned, but before being output as HTML. By adding code into this event, you can modify the field value before it is shown.

Next: Programmatically Control Field's Value