Page 1 of 1
Hide an object (shape) in a Cell Grid
Posted: Wed Apr 08, 2026 4:38 pm
by Starb7
Hi Pablo
I have tried but can't seem to do it... How do I use an Event, eg OnClick, to hide (self) or an object (or show) that is with a cell grid.
I can do it when it is not in a cell grid so presumably, it's just not possible?
TIA
Paul
Re: Hide an object (shape) in a Cell Grid
Posted: Wed Apr 08, 2026 5:19 pm
by Pablo
This should also work when the object is inside a grid .
Re: Hide an object (shape) in a Cell Grid
Posted: Wed Apr 08, 2026 5:50 pm
by Starb7
Not for me

I'll take another look to see what i am missing. Thx
Re: Hide an object (shape) in a Cell Grid
Posted: Wed Apr 08, 2026 7:36 pm
by Pablo
If you nee further assistance then please share a DEMO project (not the full project) so I can see what you have done.
Re: Hide an object (shape) in a Cell Grid
Posted: Wed Apr 08, 2026 8:04 pm
by Starb7
Will do. Thanks

Re: Hide an object (shape) in a Cell Grid
Posted: Thu Apr 09, 2026 8:09 pm
by Starb7
OK, I give in! Here's a copy of the extracted page,
http://supake.co.uk/testing/hidetest.zip stripped down to the bare minimum. Whagt am I missing please?
TIA
Paul
Re: Hide an object (shape) in a Cell Grid
Posted: Thu Apr 09, 2026 9:42 pm
by crispy68
1. You need to hide the aboutgrid layout grid in the object manager.
2. Go to page properties --> advanced and change the jQuery version to 3.7.1. You are using a very old jquery.
Re: Hide an object (shape) in a Cell Grid
Posted: Fri Apr 10, 2026 6:03 am
by Pablo
I agree with Ron, the jQuery version needs to be updated.
Also, the document type in the page proprieties should be set to HTML5.
Re: Hide an object (shape) in a Cell Grid
Posted: Fri Apr 10, 2026 7:56 am
by Starb7
crispy68 wrote: Thu Apr 09, 2026 9:42 pm
1. You need to hide the
aboutgrid layout grid in the object manager.
2. Go to page properties --> advanced and change the jQuery version to 3.7.1. You are using a very old jquery.
Thanks, odd thing is that
https://supake.co.uk/ is using the same page code now and that works fine. I'll look at that jQuery version and see if that fixes it.
Pablo, is there any checks that can be done in a project for 'outdated' parts of a site?
Thanks
Paul
Re: Hide an object (shape) in a Cell Grid
Posted: Fri Apr 10, 2026 8:46 am
by Starb7
crispy68 wrote: Thu Apr 09, 2026 9:42 pm
1. You need to hide the
aboutgrid layout grid in the object manager.
2. Go to page properties --> advanced and change the jQuery version to 3.7.1. You are using a very old jquery.
Hi Crispy
A few tests and I can see that chaning to 3.7.1 fixes it. I didn't change to HTML 5 (to see what happens) and it works in the current HTML version but, as Pablo suggested, I will update that html version too.
Thanks for your help.
Cheers
Paul
Re: Hide an object (shape) in a Cell Grid
Posted: Fri Apr 10, 2026 9:50 am
by Pablo
Pablo, is there any checks that can be done in a project for 'outdated' parts of a site?
Page -> Error reports
Re: Hide an object (shape) in a Cell Grid
Posted: Fri Apr 10, 2026 12:06 pm
by Starb7
Thank you
Cheers
Paul