SmartGWT Version: v8.1p_2012-06-12/LGPL Development Only
Browser: Google Chrome Version 24.0.1312.57 m
3. The problem is client side
i'm having the problem, that if i set a DataSourceTextField in my ListGrid to "hidden" or "detail" (it's some kind of generic id which i send from my server to the client) and want to implement a new Row with a generated Record.
When i'm using "detail" as Type for the DataSourceTextField the Record i created inserts nothing for the Id Field and transfers "null" to the Server,if the field is visible to the ListGrid everything works correct.
if i set the DataSourceTextField to "hidden", the id field doesn't even appear in the Request being sent to the server.
Thanks, d2k
Browser: Google Chrome Version 24.0.1312.57 m
3. The problem is client side
i'm having the problem, that if i set a DataSourceTextField in my ListGrid to "hidden" or "detail" (it's some kind of generic id which i send from my server to the client) and want to implement a new Row with a generated Record.
When i'm using "detail" as Type for the DataSourceTextField the Record i created inserts nothing for the Id Field and transfers "null" to the Server,if the field is visible to the ListGrid everything works correct.
if i set the DataSourceTextField to "hidden", the id field doesn't even appear in the Request being sent to the server.
Thanks, d2k
Comment