Author Topic: Child Row Scrolling in Nesting with Lazy Loading  (Read 1810 times)

mewbie

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
Child Row Scrolling in Nesting with Lazy Loading
« on: January 03, 2018, 12:17:43 pm »
Hello,

I'm implementing Nesting with Lazy Loading in my grid,
so there's parent row that can be expanded into nested child just like in the demo.

However once the child row gets bigger, their rows overlap with the parent's row below.
I need to deal with a lot of child's data so it will be cumbersome when it grows.

My question, how to keep it tidy by implementing inner scroll inside child's row after certain height?
So the user just have to scroll when data is exceeded child's maximum height?

Edited:
Scroll is present after several data, but parent row still overlap

Thanks
« Last Edit: January 03, 2018, 12:21:31 pm by mewbie »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Child Row Scrolling in Nesting with Lazy Loading
« Reply #1 on: January 03, 2018, 03:58:43 pm »
Detail row height is described here:

https://paramquery.com/pro/demos/detail

mewbie

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: Child Row Scrolling in Nesting with Lazy Loading
« Reply #2 on: January 03, 2018, 05:00:09 pm »
Great, thanks!