Former_Member
7 years agoIdeator I
Customization of Item Grid
Hi, I'm looking for an opportunity to change the color in the grid cell depending on the value of the property.
Hi Denis,
there are a couple of code samples around:
These use VB:
https://community.aras.com/f/archive/1413/developers-forum---how-to-set-color-for-cell-in-main-grid
https://community.aras.com/f/development/3520/coloring-grid-cells-is-irregular-in-ie---css-issueThis one is CSharp based:
https://github.com/AngelaIp/aras-add-color-to-impact-matrix/blob/master/color_parts_in_grid.csUse these kind of code in an onAfterGet Server event Method.
An alternative attempt is to pass default css in the itemtype property itself.