Tagged Questions

1
vote
1answer
152 views

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

Hi All, 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 …
0
votes
1answer
273 views

ComponentArt Grid OnKeyPress Reset

Is there a way to reset the on key press search value and state through code (C#)? The ComponentArt (CA) grid is being used to select a record from the database to update. I need to reset the search …