Completed
Last Updated: 24 Jun 2020 12:05 by ADMIN
Release R2 2020 SP
Scott
Created on: 30 Sep 2019 12:22
Category: NumericInput
Type: Bug Report
2
ListView: With ItemTemplateSelector applied, the templates are always recreated when any data item is updated.
If there are input controls inside the templates, updating a property of any data item though an input control ( such as Entry, NumericInput, etc),  caused the control to lose focus.
1 comment
ADMIN
Ivan
Posted on: 04 May 2020 09:08

This behavior is by design. The logic inside the OnSelect method might depend on a certain property of the item to choose the right DataTemplate. When that property changes, the corresponding DataTemplate should be updated as well. In certain scenarios this behavior is not desired however, e.g. when having a data-bound input control inside the cell. It is possible to add a property to ListView allowing to suppress that behavior, if necessary.

Regards,
Ivan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items