We have created a listgrid that starts with a set group of columns that we declare in a datsource. We dynamically add columns to the listgrid using setFields, but the added columns don't trigger an update on edit(though they appear editable).
The thought we have is that this doesn't work because the new fields can't be added to the datasource. Is that a valid assumption or is something else going on? Do you have any suggestions on how to make these added column editable, either by playing with the datasource or listgrid?
The thought we have is that this doesn't work because the new fields can't be added to the datasource. Is that a valid assumption or is something else going on? Do you have any suggestions on how to make these added column editable, either by playing with the datasource or listgrid?