Hello Isomorphic,
I just had to change the database field length for a field I use in one table and very many views. I adjusted this for all the .ds.xml for the views as well. This is tedious and error prone manual work.
My question: Is there a reason to have the length attribute for read-only DSFields? Is it used for display calculations as well (e.g. ListGridField-width)? Or can I just omit it for read-only (from a SmartGWT point of view) fields?
Of course I looked in the docs before and it seems the attribute is used for editing/storing to database, only.
Thank you and Best regards
Blama
I just had to change the database field length for a field I use in one table and very many views. I adjusted this for all the .ds.xml for the views as well. This is tedious and error prone manual work.
My question: Is there a reason to have the length attribute for read-only DSFields? Is it used for display calculations as well (e.g. ListGridField-width)? Or can I just omit it for read-only (from a SmartGWT point of view) fields?
Of course I looked in the docs before and it seems the attribute is used for editing/storing to database, only.
Thank you and Best regards
Blama
Comment