Link to home
Start Free TrialLog in
Avatar of ssmacwilliams
ssmacwilliamsFlag for United States of America

asked on

What is the best way to update components data after the database has been updated

I have added a datagrid that gets its data from a RemoteObject successfully.
     A user makes a change to the data.
     But the results are not updated in the datagrid. (this is desired)
Assuming that I have 3 components(ecapsulated into one) that could call the RemoteObject.
What is best way to reflect result changes that a person might make to data?
     Creating the Remote object method on each individual component needing to be refreshed?
     Calling it from the child? If so, what would the syntax be like.... parent.remoteobject.method
Please provide explanation...I wanting to know what I do...not just cut and paste.
ASKER CERTIFIED SOLUTION
Avatar of zzynx
zzynx
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
That was a quicky ;o)
Thanx 4 axxepting
Avatar of ssmacwilliams

ASKER

I thought of using events was the way to go, but I was/am a little uncomfortable with them and thus hoping there was a better/easier way. Thanks again.
I see.

>> I was/am a little uncomfortable with them
Always willing to help.
I probably will be submitting questions regarding events within the next couple of days so... just keep the door open
Feel free to post the link in this or a previous question I participated in. That way I get an e-mail drawing my attention to your new question.