Hello and sorry for the trouble , in the meantime I wanted to thank you for your help yesterday . I would kindly ask for your help or advice . I would like to know your opinion which widgets use to do the following thing : I have a datatable with a list of owners with the ability to add edit or delete. For each owner I have a list of items ( I can always add , edit or delete. ) Finally, for each item I have a list of assets (which I can always add , edit or delete. ) Could you give me some advice? I had thought about 3 datatable cascade , or to grouplist .
And from my personal experience, it may be better not to push all data in the same widget. You may store owners and items in the datatable with subviews. and on item selection, show a separate widget with list of assets.
Thanks for the reply .
Data have different fields , so I could use the subviews .
Obviously for each record should do insert update delete , this is possible with the subviews ?
If you click on any owner I open another form or popup ? What do you think about it?