I have created a "search screen",where in i enter the values in the
textbox to search the person.Once i click on the search button, the
list of persons gets retrieved from the database and gets displayed on
the East of the dockLayoutPanel. The search form is on the West of the
dockLayoutPanel and this dockLayoutPanel is in a TabLayoutPanel.
Finally this tabLayoutPanel is attached to the RootPanel.
The problem that i m facing is that when i click on the search button,
the grid gets populated with the persons and the grid gets attached to
the west of the docklayoutpanel, but the buttons that i have used for
pagination purpose at the first row of the grid becomes non
clickable.
I am using the RootPanel to attach this grid on the East of the
docklayoutpanel.
My second doubt is that, is there any problem in using rootpanel and
rootlayoutpanel together.
Lastly, how to use RootLayoutPanel more than once
For eg:
If i have a tablayoutpanel which is attached to the rootlayoutpanel in
the onModuleLoad() method. Now if i want to attach a Verticalpanel
with a grid populated with the list of persons from the database, how
do i add it in the tablayoutpanel which is already attached to the
rootlayoutpanel. And this grid is populated in the onSuccess method of
rpc communcation.
ThankYou.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to