I have updated the nuget package of telerik reporting from version ‘17.2.23.1010’ to ‘17.2.23.1114’.
I am using telerik report designer to work with report files.
In that i had applied one text box with culture ‘en-US’ and format ‘{0:C2}’ for currency format.
Before version update, it was working fine to show negative values within parantheses ‘()’.
Now its not showing any parantheses for negative values. There is not a single change made in .trdp file.
Example values:
Before : ($322.25)
After : -$322.25
So, any idea what is going on? Or any change i need to do according to version update?
I tried reseting culture and format on textbox. I want to make it work without going through each boxes and re-apply some new conditional formating.