This question is locked. New answers and comments are not allowed.
Hi,
We have our own highly optimized data set implementation with an API somewhat similar to .NET's DataTable. We have integrated it with the RadGridView using the approach suggested by Vlad . While it seems to work, the aggregation / filtering / searching operations are way too slow even on small data sets (<10K rows).
I understand that you can't do much since extracting a value from the data set is somewhat expensive (virtual methods, boxing/unboxing, the need to store it, etc), but our data source is specifically optimized for doing such things with blazing speed and no additional storage.
The question is, is there some API that we could utilize to make RadGridView utilize our optimized routines?
Regards,
Andrew
We have our own highly optimized data set implementation with an API somewhat similar to .NET's DataTable. We have integrated it with the RadGridView using the approach suggested by Vlad . While it seems to work, the aggregation / filtering / searching operations are way too slow even on small data sets (<10K rows).
I understand that you can't do much since extracting a value from the data set is somewhat expensive (virtual methods, boxing/unboxing, the need to store it, etc), but our data source is specifically optimized for doing such things with blazing speed and no additional storage.
The question is, is there some API that we could utilize to make RadGridView utilize our optimized routines?
Regards,
Andrew
