Monday, March 26, 2012

Re: DataGrid in TabLayoutPanel is empty/filled depending on the order of the tabs

It works! Yes, I have to admit that's a little weird. It is definitely a workaround and not a 'feature', but it works! Thanks a lot! If you find a real, good solution, anyway, please let me know.

On Monday, March 26, 2012 10:30:17 AM UTC+2, Magallo wrote:
I have the exact same problem. Did you solve the problem in another way? Anyway I will try the workaround you suggested here...

On Tuesday, December 6, 2011 9:19:49 PM UTC+1, koma wrote:
Ok

this seems to fix it 

@UiHandler("tabLayoutPanel")
public void onClick(SelectionEvent<​​Integer> event) {
table.onResize();
}

but i am not sure wether this is best practice ??

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

No comments:

Post a Comment