Browse By Tags

  • igGrid LoadOnDemand and Selection Persistence

    Hi Martin,

    I am using SelectionPersistence.js you provided to me.

    I am enabling filtering with selection persistence.

    Here is the grid code and associated events.

    <script> $.ig.DataSource.prototype.settings.paging.pageIndexUrlKey = "page"</script…

  • Not Persisting Selection While Filtering

    Requirements:

    1. I have many records in grid, so the scrollbar will be there. Don't want to use paging due to specific requirements, so please don't suggest.
    2. User will apply different filteration on each column to select specific rows and press…