Declined
Last Updated: 10 Apr 2019 05:48 by ADMIN
Eddie
Created on: 08 Apr 2019 17:40
Category: NumericBox
Type: Bug Report
0
RadNumericBoxes in a list change values of items while simply scrolling through the list.

I created a post in the forums but I don't know how much attention that particular forum gets.

I have created a simplified project on GitHub that reproduces the problem. 

I'm not sure if the problem is with the control or the framework, but my example project clearly demonstrates the problem. 

I suspect the problem is related to binding the Maximum property of the RadNumericBox. Items in the "Two" group have a higher maximum than items in the "One" and "Three" groups. While scrolling through the list, some items in the "Two" group get their values changed to the maximum from the other groups. It's also odd that the values that change are changed twice. The Debug Output window shows when and how each value is changed while scrolling through the list.

If any of this is not clear, I am happy to provide more detail, however, I'm sure the example project will make the problem clear. 

2 comments
ADMIN
Yana
Posted on: 10 Apr 2019 05:48
Hi Eddie,

I am glad to hear you've managed to resolve the case. 

I've updated the status of the bug report to "Declined".

Regards,
Yana
Progress Telerik
Eddie
Posted on: 09 Apr 2019 23:59

I have learned an important lesson. The order of the XAML parameters is significant. I had no idea! When I switch the position of the Maximum and Value parameters, the problem goes away. I am very relieved this was not a bug in the control or the framework. :)

Please go ahead and close this report.