Disable multi-sorting

Hello,

I'm using ej2 React Treegrid v27.2.5 and I can't disable multi-sorting capability, event with the property 'allowMultiSorting' to false.

Could you help me please ?


Thanks & Best Regards


Régis BOURGEOI


2 Replies

SK Sreedhar Kumar Panarapu Sreenivasulu Panarapu Syncfusion Team April 7, 2025 12:16 PM UTC

Hi   Regis,

 

Greetings from Syncfusion Support.

 

On further validation, we have considered the reported issue (“In sorting case 'allowMultiSorting' api not working in ej2 treegrid component”) as a bug. Thank you for taking the time to report this issue and helping us improve our product. At Syncfusion, we are committed to fixing all validated defects (subject to technological feasibility and Product Development Life Cycle) and will include the fix in our upcoming NuGet release which is expected to be rolled out on April 22, 2025. Until then we appreciate your patience.

 

You can now track the status of your request, review the proposed resolution timeline, and contact us for any further inquiries through this link. 

In sorting feature 'allowMultiSorting' Api is not working in treegrid component in React | Feedback Portal

 

Note: To view the above feedback, kindly login into your account. 

 

Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.

 

Regards,

Sreedhar Kumar.



SK Sreedhar Kumar Panarapu Sreenivasulu Panarapu Syncfusion Team April 22, 2025 10:48 AM UTC

Thank you for your patience.

 

We are glad to inform you that the fix for the issue "In sorting case 'allowMultiSorting' api not working in ej2 treegrid component" has been included in our 29.1.39 release. Please upgrade to the latest version of the Syncfusion NuGet package to resolve the issue.

 

Root Cause:

  • The allowMultiSorting property was not bound to the Grid’s allowMultiSorting setting inside the bindGridProperties method.

Solution:

  • Bound the allowMultiSorting property to the underlying Grid’s allowMultiSorting setting within the bindGridProperties() method to ensure the expected behavior.

 

Please update to the latest version and let us know if you need any further assistance.

 

Best regards,

Sreedhar Kumar

 


Loader.
Up arrow icon