WellsCarrie
Well-known member
Ok, I know how to style the whole gridview and I know how to style a single row in the grid view, however what I need to do is style one piece of data in one field of the grid view.
For example I have a grid view that shows two sources for shipping address.
source one:
300 Any Road, Any Town, MI, 45678
Source two (same customer key):
300 Any Lane, any town, MI, 44444
First I need to format the grid field to display both addresses as two lines:
300 Any Road
Any Town, MI 45678
then I need to mark Source Two's data red where diffrent from Source One:
300 Any Lane
Any Town, MI, 44444
Aplying the font color="red" html tags around the peices I want doesn't work Nor will the grid let me add break tags to display the data.
any one have any ideas?
For example I have a grid view that shows two sources for shipping address.
source one:
300 Any Road, Any Town, MI, 45678
Source two (same customer key):
300 Any Lane, any town, MI, 44444
First I need to format the grid field to display both addresses as two lines:
300 Any Road
Any Town, MI 45678
then I need to mark Source Two's data red where diffrent from Source One:
300 Any Lane
Any Town, MI, 44444
Aplying the font color="red" html tags around the peices I want doesn't work Nor will the grid let me add break tags to display the data.
any one have any ideas?