Many thanks for your replies, Jeff and Sudhakar.

The ui.xml I'm using at the moment embeds the DataGrid in a
ResizeLayoutPanel (see below).  I've tried substituting HTMLPanel and
HorizontalPanel, and I've also tried removing the pager so that the ui
just consists of a DataGrid in a HTMLPanel.  It's still not visible.

I was hoping to see an example of a DataGrid working outside the
context of the showcase so that I could work out how it differs from
what I'm doing.  In the absence of examples of use, I'm beginning to
think this component is probably too new for production use.

Chris

  <g:DockLayoutPanel unit="EM">
    <!-- DataGrid. -->
    <g:center>
        <g:ResizeLayoutPanel>
              <c:DataGrid ui:field='dataGrid' />
        </g:ResizeLayoutPanel>
    </g:center>

    <!-- Pager. -->
    <g:south size="3">
      <g:HTMLPanel>
        <table style="width:100%">
          <tr>
            <td align='center'>
              <c:SimplePager ui:field='pager' />
            </td>
          </tr>
        </table>
      </g:HTMLPanel>
    </g:south>
  </g:DockLayoutPanel>

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

Reply via email to