Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Ignite Grid- Sorting column - Finding
posted

Hi,

New to Ignite grid. We implemented that grid in MVC . We need to get the Last Clicked column in Grid.

Requirement 1.

We add Load more button if user click the Load more button we passed last Clicked sorted column and loaded in Grid again based on that Sorting to maintain.

Requirement 2:

Lazy loading in that grid if user scroll last window we pass the value and load some more data .Here also sorting needed.

Kannan.