Inconsistent Cell/TextBox Editing
Status: Beta
Brought to you by:
crcarter
Cell editors are not implemented in the table view although there are constraints on the values entered into the detail view. We should define numerous cell/textbox editors and assign them to each column or textbox accordingly.
Eg: DateEditor could handle numerous date formats and format them all to a standard which could stay in the db.
Eg: TextAutoCompleteFromDBColumnEditor or some such that could take a column name and a DataModel, or a property type, and retrieve all of those values from the database. The values would be used to populate the autocomplete function.