I have an SQL database which has an "optional" column. I want the rows of my grid to be in italics if that row is optional.
Here is what the grid might look like after this is done:
Grouper | Field | Length
---------------------------
Age x 3
Sex y 1
Provider z 12
Name b 12
If the 'Provider' row is optional, it is put in italics, like shown above.
How do I create this effect?
Thanks
Here is what the grid might look like after this is done:
Grouper | Field | Length
---------------------------
Age x 3
Sex y 1
Provider z 12
Name b 12
If the 'Provider' row is optional, it is put in italics, like shown above.
How do I create this effect?
Thanks