10-18-2016 03:28 PM
Hi,
I have an issue with row label attributes in table controls.
My table is in Column mode.
I set the columns attributes with SetTableColumnAttribute
When I add a new row the cells are created according to the column attributes set with SetTableColumnAttribute
My isuue is that I couldn't figure out how to set the default attribute for the row labels.
If I would like to have for example the row label bold each time I insert a new row how can I do it?
Thanks
10-24-2016 11:40 AM
Attribute inheritance in table controls only exists for cell attributes. Unfortunately, there is no inheritance for row and column attributes, and so you cannot override the default values of the row label attributes. So you must change the bold property after you insert the row.
If doing that causes some flashiness in the UI, let me know. There might a workaround or two that you could try, in order to eliminate the flashing.