Hello!,
i need a little help with t an application. i currently have a container app with 1 column and 2 widgets. on the top widget there’s a grid app displaying a list of clients. on the lower app another grid app showing the current open events.
i have a link on the client’s grid that opens a form that creates a new open event, and as soon as the record is inserted it shows on the second widget.
on the second widget a link to another form allows the user to close the event with a comment and then it dissapears.
but right now the only way for the new event to show on the second Widget is to setup a refresh interval, like +/- 10 secs.
I’d like to know how can i have the second widget to refresh when a change on the events table is made.
another question, is it possible to have the widget to resize dynamically?
for ex:
if no new events, second widget will be minimized, and first widget resizes its height to take all the space.
if a new event appears the second widget1 and 2 resizes to the default size.