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.

Parents
No Data
Reply
  • 18204
    Offline posted

    Hello Kannan,

     

    Thank you for posting in our forums!

    Could you please clarify the issue for me by answering the following questions?

    1.) Does the grid not automatically maintain the expected sorting when loading new rows?

    2.) What version and build of IgniteUI are you experiencing this with? e.g. 14.1.20141.2249

    3.) Are you using remote or local sorting?

    4.) For requirement 1, are you saying you are storing the sorted column details and reapplying the sorting after the "Load more" button is clicked?

    5.) For requirement 2, are you saying that the same sorting issue occurs when using loadTrigger: "auto" for the Load on Demand feature?

     

    Looking forward to hearing from you.

Children