Announcement

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

    Horizontal scroll bars

    Hi

    I need to have horizontal scroll bars for the table. But the scroll bar should start after three columns. First three columns should be fixed rest of the columns should be scrollable.
    How to achieve this.

    Thanks in advance
    Strive

    #2
    Hello Strive,

    This feature is called frozen fields, and complete support for this feature is set to be released with SmartClient 6.1. In the meantime, this thread shows how the feature can be accomplished with two grids.

    Comment


      #3
      Hi Isomorphic,

      Thanks a lot for the reply.

      I have a problem in this.The first list grid contains 3 columns and the adjecent list grid contains many columns.The 3 columns in the first list grid are sortable,while the columns in the second list grid are not sortable.Now when I click on the sortable header in the first list grid,the columns in the second list grid should also sort accordingly.

      Is it achievable?If yes how?

      Thanks in advance.
      Strive

      Comment


        #4
        This is an automatic consequence so long as you provide the same data to both grids. Note you need to provide not just *matching* data, but the same JavaScript Array.

        Comment

        Working...
        X