Author Topic: mulitisort slow in grid  (Read 2224 times)

cijojohn

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 73
    • View Profile
mulitisort slow in grid
« on: October 09, 2017, 12:22:40 pm »
Hello Team,

I facing issue with multiple column sorting in Grid. we are checking with 3000 rows and 50 columns. Still it is taking time.


Please Advice.

Thanks

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: mulitisort slow in grid
« Reply #1 on: October 09, 2017, 01:31:34 pm »
Please use virtual mode.

How much time does it take?

Do you use multi column sorting on all 50 columns simultaneously.

cijojohn

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 73
    • View Profile
Re: mulitisort slow in grid
« Reply #2 on: October 10, 2017, 10:32:58 am »
yes we are keeping virtualX and virtualY as true. Yes we are doing sorting for all columns.

suggest

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6260
    • View Profile
Re: mulitisort slow in grid
« Reply #3 on: October 11, 2017, 09:33:11 am »
If your system is slow, then it can't be helped.

One suggestion to make scrolling fast is use case sensitive scrolling. sortModel.ignoreCase = false.