ex
ID category sub category
1 sales jan
Feb
march
2 production Jan
Feb
3 release jan
so i am using below code for alternative color but sub category wise alternative color comming .
i need alternative color base on ID and category not sub category.
Can you provide solution for this.
AlternatingRowStyle-CssClass="alt"
.Grid .alt
{ background:#DEEDF5;
}
Replies
Know the answer? Post it — somebody with the same question will find it here.