Announcement

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

    CheckBox TreeGrid preselecting nodes not available

    Hi,
    We are using a checkbox treegrid as one of our components.
    A datasource has been associated to the tree grid.

    We would like to show some nodes as preselected when the data is fetched from the datasource.
    Currently there are no APIs to select a treegrid node programmatically.
    We tried to cast the treegrid to ListGrid but we encountered some errors in this approach.

    We found a related thread on your forums. http://forums.smartclient.com/showthread.php?t=11423. The solution provided in this thread does not work.

    Kindly provide an API for the same.

    Thanks,
    Broadsoft Team.

    #2
    Or you on the latest build? Also TreeGrid.selectRecord() is still a vialable option, but the solution you linked to works as well.

    Comment


      #3
      Hi,
      I have downloaded the SmartGWT 2.2 jar from the following URL http://www.smartclient.com/smartgwt/builds/latest/

      I looked into the sourcecode of TreeGrid and ListGrid.
      But the method setSelectionProperty is not available in either TreeGrid or ListGrid as mentioned in http://forums.smartclient.com/showpost.php?p=44908&postcount=3.

      Thanks,
      BroadSoft Team

      Comment


        #4
        Try this URL : http://www.smartclient.com/builds/smartgwt/

        Comment


          #5
          Hi,
          Thanks a lot.
          The required APIs are there in the link provided.
          We have taken the June 15 release.

          We would like to know when these enhancements would be released as a stable build so that we can use them in our project.


          Thanks,
          BroadSoft Team.

          Comment

          Working...
          X