Announcement

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

    Editing 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...

    #2
    Hi Corniquet,
    Currently CubeGrids do not support inline editing.
    This is a feature that we may be adding in a future release. Please feel free to post a request for this in the Wishlist forum.

    If this feature is essential for your application, you could also contact us directly at mailto://support@isomorphic.com to discuss options for us adding this functionality under contract

    Thanks
    Isomorphic Software.

    Comment

    Working...
    X