We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

sorting after external filter

hi,


when i perform an external filter… like this:

        var grid = $("#GridDocumentRowForDelivery14").data('ejGrid');

        grid.option({

            query: new ej.Query().addParams('customer', customer).addParams('orderNumber', orderNumber).addParams('DeliveryRowType', deliveryRowType)

        })

        grid.refreshContent();

        grid.clearSelection();


the sorting not work.

version: 18.2.0.46


1 Reply

FS Farveen Sulthana Thameeztheen Basha Syncfusion Team December 27, 2022 03:33 PM UTC

Hi Alessandro,


Greetings from Syncfusion Support.


Before proceeding with this, we need some more additional details to find the cause of the issue. Share us the following details.


  1. In the shared code details, you have passed only params to server side. Based on that params have you performed filter operation?.If yes please share details.
  2. Complete Grid code example(both server and client)
  3. Screenshot/Video demo to replicate the issue.
  4. Have you passed the params using any events or external button click.
  5. Share us the details related to filtering(using filterColumn method or by passing Params)


Regards,

Farveen sulthana T


Loader.
Live Chat Icon For mobile
Up arrow icon