Announcement

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

    Expansion Component with Icon Columns

    SmartGWT 14.1-p20250621 Enterprise

    We're encountering an error with grids that use a nested grid as an expansion component with frozen columns and icon columns in the parent grid.

    This issue happens only when we have a freeze column on grid. The nested grid alignments also shifts to right when we have any freeze column.

    In this scenario, if we click on any non editable field (In our case icon fields). Our custom logic opens the window as expected.

    In this scenario, as we have the frozen column, the nested grid's first column starts from the third column of the grid. So if this column is non editable image column, the grid considers it to be the expand collapse icon and clicking that field will automatically expand the row and the cell click handlers wont run.

    Everything works fine if we keep the third column as any text non icon field.

    Click image for larger version

Name:	image.png
Views:	26
Size:	14.0 KB
ID:	276384

    We have a reproducible sample, attached.
    Attached Files

    #2
    This should now be resolved. The fix has been applied to SC/SGWT 13.1 and newer releases, and will be available in the nightly builds dated 2025-09-09 and beyond.

    Comment


      #3
      Thank you! This is working now

      Comment

      Working...
      X