Hi everyone,
In our One Identity Manager setup, I’ve modified the RiskIndex
column in the DialogColumn
configuration by increasing the CountDigits
property from 2 to 3 decimal places. This allows us to store more precise risk values, such as 0.005
or 0.123
.
While the database accepts and stores these values correctly, the slider widget (VITrackBar) in the web frontend still seems to only support two decimal places. Values like 0.005
cannot be selected via the slider and are either rounded to 0 or just ignored.
Question:
Is there a way to configure the slider widget to support three decimal places as well?
Are there any properties like StepSize
, Precision
, or similar that can be adjusted to allow finer granularity?
Thanks in advance for any tips or workarounds!
Best regards,
René Zimmerli