ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: mewbie on January 03, 2018, 12:17:43 pm

Title: Child Row Scrolling in Nesting with Lazy Loading
Post by: mewbie 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
Title: Re: Child Row Scrolling in Nesting with Lazy Loading
Post by: paramvir on January 03, 2018, 03:58:43 pm
Detail row height is described here:

https://paramquery.com/pro/demos/detail
Title: Re: Child Row Scrolling in Nesting with Lazy Loading
Post by: mewbie on January 03, 2018, 05:00:09 pm
Great, thanks!