I'm evaluating buying the RadControls WinForms for the following use case:
To log millions of messages into a customizable grid GUI (e.g. similar features of Telerik's Win Forms Datagrid).
Since this should be used for logs from specific hardware I'm forced to use as a storage a file or a flat database (I don't want to use SQL server or so).
The gridview shall be customizable and fast on inserting new rows and when grouping/filtering/formatting. All these operations need to be done while the grid collects data on a pace of ~1000 events/second.
Would you recommend your grid for this purpose?