My application is very slow

Can you show me small example of how it looks like.

Anyway best way to solve such problem is dividing the task to small pieces

Example
Load first 10

Use scroll handlers

Raise event when user reaches end. Load another 10.

1 Like