Browse By Tags

  • How to Implement Infinite List “Load More” Pattern in ASP.NET Grid

    Among the patterns that add to the overall usability of the application around desktop and mobile interface, one of the common ones is the “Load More” button appearing at the bottom of the lists that can be used to load data on demand. First emerged with…

  • Using Pseudo-Classes to set Hover style on the WebDataGrid

    Using Pseudo-Classes in CSS you can easily set hover appearance on any html element. Just specify the “<element>:hover” class to any element and you get a nice hover style attached to that element on the page. Since, all of the Infragistics controls use…