Tagged Questions

1
vote
1answer
769 views

ComponentArt: Clear a cell in a grid if it is a certain DateTime

I currently have a ComponentArt Grid, which has a column containing DateTime values. In the even that a certain date is used, we want to keep the cell empty. Since DateTime is a struct it cannot be ...