Author Topic: Grouping remote / local data  (Read 2009 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Grouping remote / local data
« on: August 31, 2018, 01:18:14 am »
Can grouping be used on complete data set with remote data?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6125
    • View Profile
Re: Grouping remote / local data
« Reply #1 on: August 31, 2018, 10:34:21 am »
Row grouping can be and is done only on the data available in the grid locally.

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Grouping remote / local data
« Reply #2 on: August 31, 2018, 12:40:15 pm »
Ok, what would be the best approach when dealing with JSON > 10 MB...seems it won't load through XHR all at once...
« Last Edit: August 31, 2018, 01:51:57 pm by queensgambit9 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6125
    • View Profile
Re: Grouping remote / local data
« Reply #3 on: August 31, 2018, 05:56:59 pm »
How many records are there?

You can try compression of JSON response at the server side to reduce payload.

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Grouping remote / local data
« Reply #4 on: August 31, 2018, 06:09:05 pm »
Around 30 000 currently, I'll look into compression.
« Last Edit: August 31, 2018, 06:19:41 pm by queensgambit9 »