Calling grid.selectRecord() in grid fetchCallback does not fire SelectionEvent in SelectionChangedHandler.execute. This is appropriate for the version smartgwt LGPL 3.0 build 2012-01-26, in release version (2011-12-05) everything is working properly.
If grid.selectRecord() calling in another events, such as button click, then all is ok.
Testcase in the attachment.
SmartGWT 3.0
SmartClient Version: SC_SNAPSHOT-2012-01-26_v8.2p (2012-01-26)
GWT 2.4.0
Eclipse 3.6
browser Firefox 8.0.1, Chrome 16
Windows 7 x64 Enterprise Service Pack 1
If grid.selectRecord() calling in another events, such as button click, then all is ok.
Testcase in the attachment.
SmartGWT 3.0
SmartClient Version: SC_SNAPSHOT-2012-01-26_v8.2p (2012-01-26)
GWT 2.4.0
Eclipse 3.6
browser Firefox 8.0.1, Chrome 16
Windows 7 x64 Enterprise Service Pack 1
Comment