Author Topic: Column Drag is not working  (Read 372 times)

hirehop

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 43
    • View Profile
Column Drag is not working
« on: June 02, 2023, 04:26:29 pm »
Hello

Here I am sending you jsfiddle link as per that my column grad and drop is not working
but if i am remvove below code its working
Code: [Select]
filterModel: {
              on: true,
              header: true,
              menuIcon: false,
              gridOptions: {
                numberCell: {show: false},
                stripeRows: false
              }
            },

I have already keep this code in jsfiddle but when you remove the above code, then column drag and drop works.
please give solution because we need filter on column.

https://jsfiddle.net/hirakwebguru/nsfvb51h/54/

second thing is that can you give solution for header row and filter row with different class .

Thank you

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Column Drag is not working
« Reply #1 on: June 02, 2023, 05:00:59 pm »
Please use the patch mentioned in this post: https://paramquery.com/forum/index.php?topic=4565.0

https://jsfiddle.net/pg01hsdf/

Quote
second thing is that can you give solution for header row and filter row with different class .

Please elaborate your question.

hirehop

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 43
    • View Profile
Re: Column Drag is not working
« Reply #2 on: June 02, 2023, 05:18:24 pm »
Hello

Thank you

Its work very fine ,
And I would like to ask you when will version 9.0 officially release and with with support?

About class its okay with it no issue

Thank you

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Column Drag is not working
« Reply #3 on: June 02, 2023, 09:44:37 pm »
v9 is already released, its release notes are here: https://paramquery.com/forum/index.php?topic=4627.0
« Last Edit: June 02, 2023, 10:49:21 pm by paramvir »