Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid selectRecord(0) in fetch callback does not fire SelectionEvent

    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
    Attached Files

    #2
    For SmartGWT LGPL 3.0p build 2012-01-29 its still actual. Still there is no event SelectionEvent fired, if grid.selectRecord () called in callback for grid fetchData(null, DSCallback).

    Comment


      #3
      Thanks for the report - we've addressed this in 3.0p and 3.1d and the fix will appear in nightly builds on Feb 2 and later

      Comment

      Working...
      X