I have a page with user-control in it. The user control contains an ext:panel with ext:gridPanel in it.
When i double click on a row (from the gridPanel) - a direct event is executed, that is supposed to change some controls in the main page.
The problem is that it doesn't do full postback - so only the user control itself is updated, but not the rest of the page.
(If i understand, that is because the request is ajax request and not asp.net request).

What can i do to cause a full postback?

thanks!
Rach