We have a data editor form where the user can make a selection of Items. They can choose "all items" or "My items" via a radio button.
This button is the subject of a itemTable.dependent function which asks the database for a list of possible items, as per the radio buttons. The dependent function updates the item selection field with the appropriate list.
We display this list in a datatable type widget. All well and good, it all works.
BUT - when we change the list of items dynamically, the edit dialog box changes, both in length and width to accommodate the data items in the list.
Can we control the look and feel of the datatable selection field in the form to set the width and length, and lock these?
THIS IS LOW PRIORITY - Nothing is broken!
Edit - add screen shots !