Thursday, June 6, 2013

Re: Printing the entire content of a DataGrid or a CellTable ?

I understand your are adding your DataGrid to some kind of DataProvider in order to inject the data into the "DataGrid".

Si if this your case, the only thing that you need to do is get the list of data from your data provider and iterate over it printing wherever you want.

I am speaking based on my memory, so if I am not right just let us know.

Happy coding!




On Thu, Jun 6, 2013 at 3:41 PM, Celinio <cel975@gmail.com> wrote:
Hi,
I need to print all the rows that are returned in my DataGrid, not just the rows that are visible on a page (according to the pager size).
 
How do i do that ?
The trick with JSNI and the JavaScript print() function will not work in that case.
 
Thanks in advance for helping.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
El precio es lo que pagas. El valor es lo que recibes.
Warren Buffet

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment