Announcement

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

    Boolean column/field on ListGrid does not show checkbox.

    I have just upgraded from SmartGWT 13.0 to 13.1 (enterprise version). Using a boolean column on a ListGrid, the Checkbox that was working before in 13.0 now only shows blank. I set the options listGrid.setBooleanTrueImage, listGrid.setBooleanFalseImage, listGrid.setBooleanPartialImage to valid image files, which are used to display the checkbox column for selecting records, but the boolean column still shows blank. However, the column for selecting records displays the checkbox fine. Do you know what I am missing for version 13.1 so that the checkbox is displayed correctly for a boolean column on a ListGrid?

    #2
    1) What skin are you using?

    2) do you see requests for missing images, and what's the path?

    3) what do you see in the DOM where the checkbox should be?

    One thing to make sure of - you might be loading two skins. See the QuickStart Guide discussion on changing skins.

    Comment


      #3
      Thank you, Administrator! It now works perfectly. Considering we installed SmartGWT manually in our environment, one line of the "inherits" of the get.xml was commented out. Your suggestions guided us to the resolution.

      Comment


        #4
        Great to hear! Enjoy the new version, there's lot of cool stuff in there!

        Comment

        Working...
        X