Topic: Categorized view/tablegrid

Hi,

Is it possible to create a categorized view in MVD?

In the example below we have boxes containing more boxes. Mbox1 contains 9 and Mbox2 contains 4 smaller boxes.

Without a categorized view and a LOT of boxes there is a lot of scrolling to find the right box

See attached JPG.

Regards
Hedan

Post's attachments

Attachment icon Category.jpg 81.14 kb, 138 downloads since 2019-09-27 

2 (edited by derek 2019-09-27 09:58:33)

Re: Categorized view/tablegrid

Hi Hedan,
You've got 3 basic options if I understand your question.
1.  Simply use 2 linked grids
2.  Use parent comboboxes
Both Options 1 and 2 use the same data structure.
3.  Use Treeviews
Option 3 uses a different data structure because of how treeviews work.
I've knocked up a simple example of all 3.  Scripting is not required (although I've used a couple of lines just so you can easily expand / collapse the treeview option.
Just shout if anything's not clear.
Regards,
Derek.

Post's attachments

Attachment icon hedanboxes.zip 339.35 kb, 357 downloads since 2019-09-27 

Re: Categorized view/tablegrid

Hi again Derek.

Thanks for your quick reply

I will try to implement Example 3

Hedan.