how to change cell table properties according to value
Posted: Wed Jun 19, 2013 8:32 am
hi
i want change cell properties such as enabled and cell dock style according to other cell.
for example if we have 5 cell like below:
cell 1- ID
cell 2- Name
cell 3- value 1
cell 4- value 2
cell 5- value 3
when cell 3 (value 1) is null then cell 4 and cell 5 enabled=false and cell 3 cell dock style=Fill.
I have written code in Rendering event of table but not work while the cod work in Data band.
Thank you.
i want change cell properties such as enabled and cell dock style according to other cell.
for example if we have 5 cell like below:
cell 1- ID
cell 2- Name
cell 3- value 1
cell 4- value 2
cell 5- value 3
when cell 3 (value 1) is null then cell 4 and cell 5 enabled=false and cell 3 cell dock style=Fill.
I have written code in Rendering event of table but not work while the cod work in Data band.
Thank you.