Is there a (simple) way to style/change the new row indicator, i.e. the bold plus-sign, in the grid? E.g. to an asterisk or other symbol (or perhaps add a tooltip)?
Some of the users are confusing it with the plus/minus-sign used for expanding/collapsing hierarchical grids.
Hello,
In order to restyle the RecordSelector, you can create a style for the RecordSelector and retemplate it. You can find the default style in the DefaultStyles directory in the Infragistics folder and use it as a base for your custom style.
Hope this helps.