This question is locked. New answers and comments are not allowed.
Hello Telerik Team,
I have a GridView with a lot of rows (1123 currently) and each row contains an AutoCompleteBox. With enabled RowVirtualization there exists only 18 different instances of AutoCompleteBox (18 because of the visible scrolling area because of the RowVirtualization). Therefore following effect occurs: When I type any text in the AutoCompleteBox of the first row, the same text is also set in the 19th AutoCompleteBox, the 37th one and so on.
Is my conclusion wrong or is there a trick to enable virtualization but hold for every row its own instance?
We are currently in the rollout process and therefore this problem is very urgent.
Kind regards
T. Klepzig
I have a GridView with a lot of rows (1123 currently) and each row contains an AutoCompleteBox. With enabled RowVirtualization there exists only 18 different instances of AutoCompleteBox (18 because of the visible scrolling area because of the RowVirtualization). Therefore following effect occurs: When I type any text in the AutoCompleteBox of the first row, the same text is also set in the 19th AutoCompleteBox, the 37th one and so on.
Is my conclusion wrong or is there a trick to enable virtualization but hold for every row its own instance?
We are currently in the rollout process and therefore this problem is very urgent.
Kind regards
T. Klepzig