Skip to Content
1
Sep 20, 2019 at 08:26 AM

How to fast iterate DataTabel with 4k rows?

166 Views

Hello!

I have big DataTable (4k rows) bind to Matrix which I have to iterate after the event "validate" some columns.

I have to use only rows where column "Quantity" more than 0.

How I can fast filter DataTable with this condition and remainder rows iterate through operating "for"

I am waiting for some piece of advice, thanks!