Author Topic: groupModel sort icon issue in paramquery grid  (Read 2519 times)

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
groupModel sort icon issue in paramquery grid
« on: August 18, 2017, 01:14:47 pm »
Hi,

We are using groupModel in Paramqery grid, by default groupModel having sorting as dir: ['up'], Same is the case with our grid.
Issue: sorting direction icon is showing when grid is first time loading. We have seen a groupModel demo on your website but there is no sorting icon showing when grid is showing first time, when we perform sort by clicking on any header then sort icon start showing. We want the same behaviour on our grid.
Is there anything we need to take care to achieve it because I have compared everything but not able to find any difference. I have attached screenshot for reference.
Help us on this!!

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
Re: groupModel sort icon issue in paramquery grid
« Reply #1 on: August 18, 2017, 01:47:35 pm »
grouping and sorting were decoupled in v3.4.0

https://paramquery.com/forum/index.php?topic=2009.0

So you need to use v3.4.0 or later.

rsgmedia

  • Pro Enterprise
  • Jr. Member
  • *
  • Posts: 50
    • View Profile
Re: groupModel sort icon issue in paramquery grid
« Reply #2 on: October 31, 2017, 07:22:05 am »
Hi,

Is it possible in anyway to just implement the Decoupled Sorting/Grouping without upgrading the paramquery Version as suggested by you. We badly need this functionality and can't upgrade the  version right now

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6296
    • View Profile
Re: groupModel sort icon issue in paramquery grid
« Reply #3 on: October 31, 2017, 07:58:54 pm »
Sorry, grouping depends upon sorting in earlier versions, they can't work independently.