Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

We are doing programmatic column reordering using reorderColumnByTargetIndex method and in general it works correctly. However, when grid is configured with stacked headers it starts behaving weirdly:

  • when used for columns that don't have any children it still works fine
  • when trying to reorder children, they do get reordered but they always stay under their parent (I'm not sure whether it's expected or not)
  • when trying to reorder the parent column that has at least one child, nothing happens (no errors and no movement). This definitely feels like a bug

This issue applies not only to reorderColumnByTargetIndex but to other reordering methods as well