Showing posts with label JQuery. Show all posts
Showing posts with label JQuery. Show all posts

Wednesday, 30 December 2015

Load on demand data in Gridview using Jquery


Load on demand data in Gridview using Jquery


Description:



In this article I'm going to explain how to load data on demand using Jquery. In some cases to improve the performance of application we are loading data on demand basis, rather than load all the records at a time, in this article I'm going to explain how to achieve this.

Saturday, 31 August 2013

Scrollable GridView using JQuery...?


 
I have a Gridview, in my GridView I have thousands of Rows. Previously I'm displaying my Grid using paging concept. But now my requirement is to display the data with Scrolling option with Headers should be fixed. To follow the below steps we can easily do this...