Announcement

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

    Problem with ListGridField.canSort 7.0 RC

    ListGridField.canSort have no effect on filed.

    Take smartclientSDK/isomorphic/system/reference/SmartClient_Explorer.html?skin=Enterprise#sort and try to modify first field as:
    Code:
     {name:"countryCode", canSort:"false", title:"Flag", width:50, type:"image", imageURLPrefix:"flags/16/", imageURLSuffix:".png"},
    canSort:"false" has no effects.

    #2
    "false" is a String and it's value as a boolean is true. Use just false without quotes (true for any boolean property).

    Comment


      #3
      ops, this is my last try, with boolean is the same.
      Thanks.

      Comment


        #4
        Also the specific sample:

        smartclientSDK/isomorphic/system/reference/SmartClient_Explorer.html?skin=Enterprise#_Grids_Sort.%26.Filter_Disable.sort

        doesen't works.

        Comment


          #5
          Please report this as bug

          Comment


            #6
            Thanks for the information Xandros - this issue has now been fixed (the fix will be present in the 7.0 final release)

            Isomorphic Software

            Comment


              #7
              The problem is still present in RC2.

              Comment


                #8
                No, it's not. Clear your cache.

                Comment

                Working...
                X