Tagged Questions

1
vote
2answers
1k views

ComponentArt: Exporting the Grid Data

I have a need to export the contents in a ComponentArt Grid into a file, preferably excel in csv format. I was wondering if anyone had any ideas how to best approach this task. At the moment we have ...
1
vote
1answer
766 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 ...
0
votes
1answer
800 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 ...