Announcement

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

    Group by is cut off when Freezing first column

    Hi SmartClient Forum,

    I am facing an issue where the "Group By" functionality gets cut off when freezing the first column in a grid.
    1. I have enabled the "Group By" feature for my grid.
    2. When I freeze the first column, the "Group By" summary or the group header rows appear to be cut off or not displayed correctly.
    3. The problem occurs only when the first column is frozen; if freezing is disabled, the "Group By" feature works as expected.

    Are there any configuration settings or properties in Smart Client that can prevent the group header or group summaries from being cut off when freezing columns?

    Thank You
    Attached Files

    #2
    Hi Sunkari, can you answer some basics:

    1) what version are you using?

    2) what browser(s) are affected?

    3) can you reproduce this in the Showcase (there are hundreds of grid samples - just try freezing plus grouping in any one of them) or only in your app? If only in your app, we won't be able to reproduce it, so please try to narrow down the cause further

    Comment


      #3
      Hi Team,

      1. Version 12
      2. Its Effecting in all browsers
      3. Yes, I tried reproducing the issue in the Showcase with the grid samples, but I'm encountering the same problem there too. It doesn't seem to be isolated to just my app.

      Let me know if you need any more details!

      Comment


        #4
        That's great that you can reproduce it in the Showcase - with a quick try, we couldn't. So please tell us how.

        Since samples are editable, you can just link to a sample and indicate any code changes required to see the problem.

        Comment


          #5
          https://smartclient.com/smartclient/...amicGroupingFS

          Click on the 'Country' column, then select 'Freeze Column.' After that, drag the column, and you'll notice that 'North America' gets cut off. However, if the column is unfreeze, the issue does not occur.

          Comment


            #6
            This is not a bug. Introduce horizontal scrolling in the unfrozen columns and scroll right, and you'll see why the only option is to clip the group title at the frozen column boundary.

            The full content of the group header is available as a hover.

            Comment

            Working...
            X