Author Topic: cant see column been dragged along with cursor while grouping  (Read 394 times)

gopigupta

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 41
    • View Profile
Hello,

I have updated paramquery from v9.0.2 to v.11.1.0. After the upgrade, while grouping grid by column, I cannot see column name been dragged along with mouse cursor. It feels like after grabbing column name I am moving only cursor without column name. The column name becomes visible once it is dropped in the grouping zone and and grouping also works fine.

Can you please help on fixing this issue?

Do let me know if you need more information

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6552
    • View Profile
Re: cant see column been dragged along with cursor while grouping
« Reply #1 on: May 05, 2026, 08:16:59 pm »
It sounds like the issue may be related to outdated or incompatible frontend assets after the upgrade. Please try the following steps:

1. Update CSS files 
Make sure you’ve replaced all older ParamQuery CSS files with the ones from version 11.1.0. Missing or outdated styles can affect drag-and-drop visuals.

2. Verify dependencies 
Check that your versions of jQuery and jQuery UI are compatible with ParamQuery v11.1.0, as mismatched versions can cause UI issues like this.

3. Clear browser cache 
Perform a hard refresh (Ctrl + F5) or clear the browser cache to ensure the latest CSS and JS files are loaded.

After these steps, the column drag preview should display correctly while grouping.

Let me know if the issue persists or if you need help verifying compatibility.