Hi Sridevi,
If you want load 15,000 record first time,That is typical to handle in mobile device you can use lazy load for this list display.
first time load 50 records again call backend onscroll down of an list.
If you want to use Inputbox for search record You can apply keydown event of input and handle it accordingly.
Thanks,
Manoj