Announcement

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

    ListGridField

    Hi,

    I need to dynamically hide grid attributes and ideally datasource fields based on user access. Is there a way to add a showIf condition to every ListGrid / TreeGrid field?

    I have tried :

    Code:
    isc.ListGridField.addClassProperties ({
    showIf:"enabled(this.name)"
    )};
    Thanks,
    Gary
Working...
X