News

after a lot of searching I came across this package which seemed perfect for what I needed. I'm basically trying to filter a DataTable with a LINQ query that's been generated in runtime. Imagine I ...
When filtering the DataTable using the DefaultView.RowFilter property, it takes a long time (more than 2 minutes) to apply the filter. The number of items being filtered is 5,800. Please find the code ...