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.

We have a reproducible sample, attached.
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.
We have a reproducible sample, attached.
Comment