Be sure your post includes:
1. SmartGWT 2.3 Power
Please let us know how to implement the following:
Table Company
Company Name, Company Address ID (Number)
Address
Address ID, City, State
Data Source for Address is Address and Company is Company.
In a List Grid I an displaying all company names and city state where the company belongs.
When I update a particular Addess in separate Form:
for example state or city for a Address, I am expecting the Comapny city or state in the List Grid also should be reflect the current or updated one. But I am still seeing the old data untill I close the application.
Let me know how to get the data reflected/updated when one datasource is updated.
1. SmartGWT 2.3 Power
Please let us know how to implement the following:
Table Company
Company Name, Company Address ID (Number)
Address
Address ID, City, State
Data Source for Address is Address and Company is Company.
In a List Grid I an displaying all company names and city state where the company belongs.
When I update a particular Addess in separate Form:
for example state or city for a Address, I am expecting the Comapny city or state in the List Grid also should be reflect the current or updated one. But I am still seeing the old data untill I close the application.
Let me know how to get the data reflected/updated when one datasource is updated.
Comment