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?
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?
Comment