Hi,
Can some one help me with this one ? I need to color each row with different color based on some condition. The earlier thread is not very clear to me. "ShoppingBasket" is the name of my table with "Quantity", "Article" and "Color" fields. Also I need to know how to color each cell.
for(int i=0;i < wdContext.nodeProducts().size();i++)
{
IWDTextView txtView = (IWDTextView) view.getElement("ShoppingBasket");
???????
}
Thanks
Abdulla