I have a computed column in a SQL Server table. The column cannot be modified, but I need to add it to the DataSource in order for it to display in a ListGrid. How can I instruct SmartGWT to ignore this column in add/update statements?
I have tried adding canSave="false" to the field definition in the DataSource xml file, but this has no effect.
I have tried adding canSave="false" to the field definition in the DataSource xml file, but this has no effect.
Comment