poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

Header doens't get updated when changing selection policy after grid was rendered(dynamiycaly) #360

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
gwt-incubator-20100204-r1747.jar
What OS and browser are you using?
xp, mozilla, IE7
Do you see this error in hosted mode, web mode, or both?
both
(If possible, please include a test case that shows the problem)
it can seen even on demo page 
http://code.google.com/p/google-web-toolkit-incubator/wiki/PagingScrollTable

Hopefully using the test case you have generously provided, what steps will 
reproduce the problem?
1.go to 
http://collectionofdemos.appspot.com/demo/com.google.gwt.gen2.demo.scrolltable.P
agingScrollTableDemo/PagingScrollTableDemo.html
2.select row selection policy ffrom left menu
3.change selection policy value and update grid(set selection policy)
4. u can see that checkbox selection column has disappeared but checkBox from 
header not.

What is the expected output? What do you see instead?
the idea that one grid is created and rendered, if i try to set selection 
policy(dynamicaly), header doen't get updated.

Workaround if you have one:
???

Please provide any additional information below,  and thank you for taking the 
time and effort to report this issue, as good issue reports are critical for 
our quest to make GWT's new widgets and libraries shine.

Original issue reported on code.google.com by marian.strugaru@gmail.com on 15 Jun 2010 at 3:32