Announcement

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

    Editing cells in a CubeGrid

    Using the provided example in "examples/analytics/databound_cubegrid.jsp", I have created a first version of a CubeGrid which works fine.

    I would like to be able to edit cells in this cube and I don't manage to.

    I have tried the herited properties of the ListGrid

    Code:
    canEdit: true,
    editEvent: "click",
    editByCell: true
    but nothing happens when I click in a cell, except the color changement.

    I'm using the 5.7.1 version of isomorphic.

    Any help would be appreciate...
Working...
X