This topic is locked

Alternating row colors

4/17/2010 1:11:44 AM
ASPRunnerPro General questions
S
suprapen author

I am using the default layout and london color scheme. Is there any easy way to get rid of the alternating row colors?

Sergey Kornilov admin 4/18/2010

You can use 'After record processed' event and the following code:

row("rowstyle")="class=''"
500480 4/19/2010



You can use 'After row processed' event and the following code:

row("rowstyle")="class=''"



where do I find 'After row processed' event? is it a table event? list page?

Sergey Kornilov admin 4/20/2010

'After record processed' is a list page event.