JADE Environment Development Ideas

What's new in the upcoming JADE release?

IMPROVED DEVELOPER EFFICIENCY. ENHANCED SECURITY. SMOOTHER INTEGRATION

The JADE 2022 release meets tomorrow’s business demands.


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
  • Aug 23 2022
  • Future consideration
  • Attach files