JADE Environment Development Ideas

What's new in the JADE 2025 release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED INTEGRATIONS. NEW WEB DEVELOPMENT FRAMEWORK

The Jade 2025 release focuses on modernising the developer experience and helping you build faster, smarter, and more scalable applications.


Start your update to JADE's latest release

ComboBox cellControl: When item selected set itemObject for the table cell

Currently you can set automaticCellControl to true for a ComboBox and it ensures the text is copied from the ComboBox to the text of the cell, and vice versa, reducing the need for application logic code which will need to do round trips from the client to the app server.

Frequently, when a ComboBox is being used you don't just want the text of the selected entry, you want the underlying itemObject for the entry which was selected. It would be a great enhancement when an entry is selected in the ComboBox, and that entry has an associated itemObject if that could also be set as the itemObject for that table cell, as well as the current behaviour where it copies the text of the selected item to the text of the table cell.

  • BeeJay Johnstone
  • Aug 23 2022
  • Future consideration
  • Attach files