Page 1 of 1
Grid in a Grid
Posted: Sat Nov 16, 2019 12:54 pm
by k2R400
Hello,
What would be the simplest way for you to get a grid into a grid in this form?
Here is the link :
https://www.sigmaaldrich.com/chemistry/ ... =119719127
Thank you
Re: Grid in a Grid
Posted: Sun Nov 17, 2019 11:25 pm
by Scott Klement
The page you link to appears to be written with HTML. This functionality is not something that we currently provide in the Profound UI grid widget, so you would need to code it yourself with HTML or by incorporating another framework.
Or, you could consider a different design -- that's what I'd do. I'd do a second grid to the right of the first. When you click in the first grid, it reloads the second grid with details from the grid row you clicked on. It would not look like the page you linked to, but would provide the same sort of information, would be easy to code, and also easy to use.
Re: Grid in a Grid
Posted: Mon Nov 18, 2019 5:25 am
by k2R400
Thank you Scott,
I think I will use a popup window instead.
Regards