Hi Everyone,
I have grid like
Name |
Dept |
Age |
SAL |
ARUN |
it |
20 |
|
AMAR |
IT |
|
|
Varun |
|
30 |
|
Based on Condition column should visble false
Condition is all cell value is empty then it would be visile false else visible true.
Above example SAL column all cells are empty so it would be visible false and DEPT and Age column are having data it would be visible true.