Author Topic: Sorting is not happening while removing filtering character.  (Read 3773 times)

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
Sorting is not happening while removing filtering character.
« on: December 29, 2015, 03:57:18 pm »
Hi Team,
             We are facing one problem,while we are trying to filter the character and removing character from filter text box at that time sorting is not happening properly.
please check below link and find screen shot in attachment.

http://paramquery.com/pro/demos24

Thanks,
BsolTeam.

 

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Sorting is not happening while removing filtering character.
« Reply #1 on: December 30, 2015, 09:45:49 am »
For sorting, you have to click on the header cell or define dataModel.sortIndx

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
Re: Sorting is not happening while removing filtering character.
« Reply #2 on: December 30, 2015, 12:34:29 pm »
After removing all Filter characters from Filter text box,it should display ascending order by default.But it is displaying, what we filtered previously that same values only it is displaying on top.we don't want like that.As per my requirement it should display  ascending order with out clicking on column header.
 Please check the attached screen shot for more clarification.





Thanks,
BsolTeam

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Sorting is not happening while removing filtering character.
« Reply #3 on: December 30, 2015, 12:48:23 pm »
screenshot posted by you is the same one as in previous post.

if you want to keep the column in ascending order without any header click, then you have to define it in dataModel.sortIndx for v2.4.x

if you mean to keep the records in original order, then you need to upgrade it to the latest version.

http://paramquery.com/pro/demos/edit_filter

bsolteam

  • Pro Deluxe
  • Full Member
  • *
  • Posts: 107
    • View Profile
Re: Sorting is not happening while removing filtering character.
« Reply #4 on: December 30, 2015, 01:04:13 pm »
Thanks for your immediate response.

In latest version this is working fine.How can I get that same functionality in v2.4.x. Is there any way to get it in v2.X.Please give me an example.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Sorting is not happening while removing filtering character.
« Reply #5 on: December 31, 2015, 04:12:24 pm »
It's not feasible to get functionality of v3.2.0 in 2.4.x

If you need that feature, you require an upgrade.