Hi,
probably my issue is not as difficult as I think it is
but I'm working on this issue for more than 16 hours by
now.
What I want to do is the following:
I placed a ListGrid on a Tab and fetched the data
automatically. Now the user could open some other
tabs and edit data but as soon as the user get's back to
the Tab with the ListGrid I want to fire an event to
fetch the data for this ListGrid.
Could someone help me with this issue. I'm not too
familiar with custom events. Maybe a little HowTo
would already help but so far I couldn't find a tutorial
for custom events for smartgwt.
If my approache is totaly wrong just let me know how you
would handle this issue.
By the way the reason why I can't use the OnTabSelected
event directly is that the ListGrid is not a child of the
tab itself but it's a child of the child of the child of the
Tab.
I hope my english is not to bad to get the idea of what I
want to do.
Thanks in advance
Phillip
probably my issue is not as difficult as I think it is
but I'm working on this issue for more than 16 hours by
now.
What I want to do is the following:
I placed a ListGrid on a Tab and fetched the data
automatically. Now the user could open some other
tabs and edit data but as soon as the user get's back to
the Tab with the ListGrid I want to fire an event to
fetch the data for this ListGrid.
Could someone help me with this issue. I'm not too
familiar with custom events. Maybe a little HowTo
would already help but so far I couldn't find a tutorial
for custom events for smartgwt.
If my approache is totaly wrong just let me know how you
would handle this issue.
By the way the reason why I can't use the OnTabSelected
event directly is that the ListGrid is not a child of the
tab itself but it's a child of the child of the child of the
Tab.
I hope my english is not to bad to get the idea of what I
want to do.
Thanks in advance
Phillip
Comment