Announcement

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

    Remove Sort Configuration For Tree Grid Child Fields

    Hi,
    Iam using gwt 4.0 and SmartGWT pro 3.1 and
    Chrome browser Version 27.0.1453.116 m.

    I have a Tree Grid, it is having one of the fields Header Span field with 4 child columns as follows.
    B
    A ------------------------ C
    b1 b2 b3 b4

    I want to remove sorting option for the child fields, so,
    I used to set "setCanSort(false)" property for these child fields.
    When ever I do right click other than these fields (A or C) and select 'Configure Sort' It is having as follows,

    A- < name>
    B- Undefined
    B- Undefined
    B- Undefined
    B- Undefined
    C-<number>

    I want to remove the fileds which are having "Undefined" from the Configured Sort combobox item.

    I have one sample application from 'Smart Gwt Showcase'.
    Please find the screenshot and sample application link.

    http://www.smartclient.com/smartgwt/...e_header_spans

    Please give me a solution for this issue.


    Thanks in Advance
    Attached Files
    Last edited by vnathank; 15 Jul 2013, 23:51.

    #2
    We've made a change to address this issue. Please try the next nightly build dated July 17 or above (4.0p or 4.1d branches)

    Regards
    Isomorphic Software

    Comment


      #3
      Remove Sort Configuration For Tree Grid Child Fields

      Hi,
      Thanks for your kind information.
      I downloaded "smartgwt-4.1d" trial version and I placed "smartGwt.jar" into respected lib folder in my project.

      Still I am facing above mentioned issue.
      Please kindly give a solution for this issue.



      Thanks in Advance..!

      Comment


        #4
        Use the full installation instructions, don't just replace a .jar.

        Use the instructions in the FAQ to verify you're actually loading the new version.

        Comment

        Working...
        X