I'm trying to do something very similar to the databound dragging sample:
http://www.smartclient.com/smartgwt/showcase/#grid_db_dragging_featured_category
Except, I want autoSaveEdits to be false on the target grid. I've set it to false and this works for edits performed directly on the ListGrid. When I drop a record from another grid/source, a save message is sent to the server.
Is it possible to not automatically trigger a server call when a Record is dropped into a ListGrid?
Please let me know if you need specific version information. I'm writing this from my home computer so I don't have access to the details at the moment, but I can post them later today.
Thanks.
http://www.smartclient.com/smartgwt/showcase/#grid_db_dragging_featured_category
Except, I want autoSaveEdits to be false on the target grid. I've set it to false and this works for edits performed directly on the ListGrid. When I drop a record from another grid/source, a save message is sent to the server.
Is it possible to not automatically trigger a server call when a Record is dropped into a ListGrid?
Please let me know if you need specific version information. I'm writing this from my home computer so I don't have access to the details at the moment, but I can post them later today.
Thanks.
Comment