Our blazing fast Grid component built with pure JavaScript


Post by sergey.maltsev »

Hi md shazeb,

We are working on the fix for this issue.
Please try this workaround until we release a fix.

Configure store with syncDataOnLoad : false

    store : {
        sortParamName  : 'sort',
        readUrl        : 'https://localhost:8000/member/data',
        syncDataOnLoad : false
    }

Also please use only one config option store or data but not both on grid.

Please check attached example with enabled remote sorting on server.

Attachments
remote-sort-app.zip
(1.6 MiB) Downloaded 46 times

Post by md shazeb »

Since the ticket seems to be resolved can u tell me what changes do i need to.make in my code .


Post by sergey.maltsev »

Hello!

You have the workaround above.

Fix will be released within 5.1.4 version.
After installing new version, you may remove syncDataOnLoad : false.


Post by md shazeb »

Can't I get the row data and column data to come in single call rather having two separate calls . If i use only data part and not store so how will implement server side sorting


Post by alex.l »

Hi md shazeb,

Please create a new thread for new question. Our forum rule is: one thread - one question viewtopic.php?f=16&t=772

Thank you!

All the best,
Alex


Post Reply