How to set row-span or col-span for DataGrid <http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/cellview/client/DataGrid.html> in GWT ? I found an example at Custom Data Grid <http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#%21CwCustomDataGrid> but it shows very complex and I can't find any definition for startRow() method. Another , I also found useful answer for *CellTable* at Building Custom Row <http://stackoverflow.com/questions/11306248/building-a-custom-row-on-demand-with-gwt-celltablebuilder> question but unfortunately this is not for DataGrid <http://www.gwtproject.org/javadoc/latest/com/google/gwt/user/cellview/client/DataGrid.html> . How can I figure it out for *DataGrid* ? Thanks.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
