I have this situation: A datasource, a panel conaining a grid bound to this datasource and a seconday panel with some text fields bound to the same datasource. What happens is that the text fields are not updated when the row is changed, but they are when i declare a dummy action to the rowchanged event. I assume that this happens because if there is no action declared to handle the event, no AJAX call is raised so no updates occurs. When an action is declared the system do whatever it should do. So should I add a dummy action to the row changed event, whenever I want some fields that are in other panels to be updated? Akis |
Hi Akis, As you mentioned, in your case, you should add a dummy action to the row changed event. Regards, Ibrahim |