Caccia
18 days agoNew Contributor
Decimal column is always dirty
Hi,
I need to check in a Table View if certain column values are dirty and I've noticed that when you call the IsDirty() function on any decimal type column (and this only happens on that type), it always returns 'true' even though no changes took place.
Because of this i need to manually parse the value and check if the originalValue is different from the current value.
At this point I was wondering if this behaviour is intended or not, it seems odd that IsDirty() returns the correct value for every type of value BUT a decimal one.
Any clarification on this matter is appreciated, thanks in advance. 🙂