Author Topic: Multiple Grids expanding when only one button clicked -- from Free Forum  (Read 3068 times)

WynApse

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 17
    • View Profile
I had posted this in the free forum before I had access here, and you asked for a jsFiddle:

I'm jumping in on a project that has 3 grids one below the other each in their own div.

Each has collapse set true as shown in the documentation.

If I click the top one to expand -- all 3 expand!

Any thoughts on either why this happens or how I can stop it?

==================

The jsfiddle acts different than the code -- all 3 grids are opening by default and as you can see, the expand/collapse button on the lower 2 grids has the icon for expand when they are already expanded, and can't collapse.

In the code I created the jsfiddle from, the bottom two are collapsed as written in the code, and expanding the middle one expands both.

Possibly the fact that all three are opening expanded will give you enough insight to tell me what I need to do... thanks!

https://jsfiddle.net/u0xL8bha/1/

« Last Edit: October 22, 2019, 10:59:53 pm by WynApse »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Multiple Grids expanding when only one button clicked -- from Free Forum
« Reply #1 on: October 23, 2019, 07:11:10 pm »
Thanks for sharing jsfiddle, the issue is reproducible so moving it to bug log. I would let you know when fix is available.

WynApse

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Multiple Grids expanding when only one button clicked -- from Free Forum
« Reply #2 on: October 23, 2019, 08:10:39 pm »
Thanks!