Hello to all,
I am sure many have travelled this road before and found an elegant way to handle it! I have a sortable grid (where the user clicks on the header and it either sets an index tag or it creates an .idx). Getting there was cumbersome debug and extremely verbose, but it works.
However, I want to add alternating colors to the grid (like in the typical "ledger" style but with other RGB color). Since the table's order will vary, I cannot rely on a logical scheme that checks for ODD/EVEN record numbers. Also, the table's structure will vary - it can be any; as opened interactively by the applications' user. Therefore, I foresee the logic would rely on grid properties.
Thanks in advance for your replies!
I am sure many have travelled this road before and found an elegant way to handle it! I have a sortable grid (where the user clicks on the header and it either sets an index tag or it creates an .idx). Getting there was cumbersome debug and extremely verbose, but it works.
However, I want to add alternating colors to the grid (like in the typical "ledger" style but with other RGB color). Since the table's order will vary, I cannot rely on a logical scheme that checks for ODD/EVEN record numbers. Also, the table's structure will vary - it can be any; as opened interactively by the applications' user. Therefore, I foresee the logic would rely on grid properties.
Thanks in advance for your replies!