5.80
Re: 5.80
We're working on a maintenance release, AppGini 5.73 at the moment. Once we release it, we'll start preparing AppGini 5.80, which we hope to release before the end of the year.



Re: 5.80
Ahmad,
https://www.dynamics101.com/using-multi ... s-ax-2012/ is a link as to how Microsoft does the many to many relationships... and control.
trying to do the same thing they do in GP.. but in my appgini app.
HELP needed asap.
https://www.dynamics101.com/using-multi ... s-ax-2012/ is a link as to how Microsoft does the many to many relationships... and control.
trying to do the same thing they do in GP.. but in my appgini app.
HELP needed asap.
Re: 5.80
Good morning!
I personally dislike that Microsoft Dynamics implementation, which @toconnell has mentioned, from usability point of view:
Here are examples from other frameworks:
Kendo UI / Telerik UI
DevExpress
xcrud
AppGini
You can implement multiselect dropdowns using hooks. Please have a look here: https://forums.appgini.com/phpbb/viewto ... 8956#p8956. This has been done with hooks only.

JQuery components
Here is a list of components you may have a look at:
My favorite
https://select2.org/getting-started/basic-usage
Others
https://www.jqueryscript.net/demo/Prett ... p-selectr/
https://www.jqueryscript.net/demo/jQuer ... ltiselect/
https://www.jqueryscript.net/demo/Two-s ... select-js/
https://dbrekalo.github.io/fastselect/
https://www.jqueryscript.net/demo/Multi ... DialogBox/
https://pbauerochse.github.io/searchabl ... mples.html
https://www.jqueryscript.net/demo/Searc ... -Dropdown/
https://www.jqueryscript.net/demo/jQuer ... s-fSelect/
https://www.jqueryscript.net/demo/jQuer ... ltiselect/
https://www.jqueryscript.net/demo/Treev ... reeselect/
https://www.jqueryscript.net/demo/jQuer ... select-js/
http://loudev.com/#demos
https://www.jqueryscript.net/demo/Tiny- ... -multi-js/
Plain HTML
https://www.w3schools.com/tags/tryit.as ... t_multiple
Regards,
Jan
I personally dislike that Microsoft Dynamics implementation, which @toconnell has mentioned, from usability point of view:
- You cannot search for items
- Some items don't have a checkbox. Why are they listed if they are not selectable?
- There is no Cancel button, so how can you dismiss changes?
Here are examples from other frameworks:
Kendo UI / Telerik UI
DevExpress
xcrud
AppGini
You can implement multiselect dropdowns using hooks. Please have a look here: https://forums.appgini.com/phpbb/viewto ... 8956#p8956. This has been done with hooks only.
JQuery components
Here is a list of components you may have a look at:
My favorite
https://select2.org/getting-started/basic-usage
Others
https://www.jqueryscript.net/demo/Prett ... p-selectr/
https://www.jqueryscript.net/demo/jQuer ... ltiselect/
https://www.jqueryscript.net/demo/Two-s ... select-js/
https://dbrekalo.github.io/fastselect/
https://www.jqueryscript.net/demo/Multi ... DialogBox/
https://pbauerochse.github.io/searchabl ... mples.html
https://www.jqueryscript.net/demo/Searc ... -Dropdown/
https://www.jqueryscript.net/demo/jQuer ... s-fSelect/
https://www.jqueryscript.net/demo/jQuer ... ltiselect/
https://www.jqueryscript.net/demo/Treev ... reeselect/
https://www.jqueryscript.net/demo/jQuer ... select-js/
http://loudev.com/#demos
https://www.jqueryscript.net/demo/Tiny- ... -multi-js/
Plain HTML
https://www.w3schools.com/tags/tryit.as ... t_multiple
Regards,
Jan