cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Colour Not displaying in iGrid

Former Member
0 Kudos
230

Hi,

i tried to display colour for values in iGrid(sub type grid). but it doesnt work. i set color in color context. but it didnt show any change in grid. it simply display as ordinary table. how do solve this?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Senthil,

After u set the colour u've to save the template in order for the changes to reflect, i hope u've saved the template. & still if it doesnt work, clear the classloader cache & try again.

Thanks,

Sushma.

Pls. award points if my answer was useful

Former Member
0 Kudos

hi

i am new for this. how to clear the classloader cache?

Former Member
0 Kudos

Hi,

i cleared the java console. now its working perfectly. thank you for help..

Regards

senthil kumar

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Senthil,

What do you mean by sub type grid? Are you doing your color-contexting based on matching a numeric value or a string value? Have you reviewed the Help Documentation on "iGrid Usage Notes"?

There is an article posted on the SDN that may be of some help - here is the link to it:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40a5c18a-f270-2910-689d-8e88f421...

Kind Regards,

Diana Hoppe

Former Member
0 Kudos

hi

sub type means i choosed grid type as grid. i set match code as number. my data consist of 2 number col. for example column1 having value as 12 and corresponding value in col2 is 14 and it is going like this randomly. i want to display red color for match values in col2. how do solve this?