Browse By Tags

  • Disable sorting in relationship grid

    Hello community, Does anybody know if it's possible to disable the sorting of a few columns in a relationship grid? My guess is that the change should be done somewhere in the CodeTree, but I'm not sure where. Thank you in advance.
  • How to hide/show columns of relationship on OnFormPopulate event

    Hi All, I am trying to hide some of the columns from the relationship based on parent property value, I have tried below code: parent.findCurrentRelationshipsTab().grid.setColumnVisible(ColumnIndex, false, 150); however, this is working when…
  • Relationship Grid Grouping of Rows

    Is there a way to "group" rows together by specific properties? We have this in another platform... (screenshot) which is OOTB, but can't see anyway to do it in Aras. Appreciate any insight on this!