Announcement

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

    GridSummary context menu

    SmartClient Version: v11.1p_2017-10-13/Pro Deployment (built 2017-10-13)
    Chrome v.62.0.3202.94

    Hi Isomorphic,

    I am trying to add a context menu to a gridSummary.
    The problem is, that if the gridSummary is empty, there is no record or cell to register the (Row/Cell)ContextClickHandler which has been added to the gridSummary.

    Do you have any suggestions as to how to tackle this issue?

    Thanks

    #2
    For anyone having the same issue...

    We have made a workaround by always leaving at least an empty string as an output of field.setGridSummaryCustomizer( ) method which as a result keeps an empty row in the summary grid that can listen to above mentioned events.

    Comment

    Working...
    X