Hi
I attached image , in web page i am getting background colour for all cells, but when i print whole page via File->Print , it is not picking background color , if i enable Background Colours and Image in Browser Page setting, then it is picking cell color
I set color like below
TreeListDataItem item = (TreeListDataItem)e.Item;
item[month.ToString()].BackColor = System.Drawing.Color.Red;
item[month.ToString()].ForeColor = System.Drawing.Color.Red;
Please guide me,
Karthik.K
I attached image , in web page i am getting background colour for all cells, but when i print whole page via File->Print , it is not picking background color , if i enable Background Colours and Image in Browser Page setting, then it is picking cell color
I set color like below
TreeListDataItem item = (TreeListDataItem)e.Item;
item[month.ToString()].BackColor = System.Drawing.Color.Red;
item[month.ToString()].ForeColor = System.Drawing.Color.Red;
Please guide me,
Karthik.K