Client-side show 50,000 rows with ajax request

Client-side show 50,000 rows with ajax request

rohit99rohit99 Posts: 22Questions: 9Answers: 0

I need to bind thousands of records at the client side.
I am not able to use server-side option.
Any option available to bind a large amount of data without using server-side request.
Can you help us?

Answers

  • colincolin Posts: 15,240Questions: 1Answers: 2,599

    Hi @rohit99 ,

    Without using serverSide your options are going to be limited. This section of the FAQ makes some suggestions.

    Cheers,

    Colin

This discussion has been closed.