Announcement

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

    Row selection in CubeGrid

    SmartGWTEE 2.5, GWT 2.4, IE 9

    I noticed that in the online showcase for SmartGWTEE, the basic cube grid example allows row selection but the advanced cube example does not.

    By experimenting with the code, it appears setRowHeaderGridMode(true) on the cube will disable row selection.

    The API says: If enabled row headers for this cubeGrid will be rendered using a com.smartgwt.client.grid.GridRenderer component. This improves performance for very large cubeGrids.

    My question is, if setting this property is meant to affect only the rendering performance, why is it disabling row selection? Maybe a bug?

    #2
    I have encountered the same problem: the row cannot be selected with setRowHeaderGridMode(true). And why I try to select the row, I view in the log: Uncaught JavaScript exception [this.grid is undefined]
    Hope that there will be fix on this issue.

    Comment

    Working...
    X