Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
170
UltraListView new item add problem
posted

Hi,

The version is UltraListView.13.2.

I add new item to list say key is "new item" and value is "new  value", then remove the item from the list. And the create new item having  the same key with deleted item. When I try to add this item to the list, I got the error "Key Already Exists".

In fact, At the beginning, the problem occurred when I tried to add a new item having the key that the list did not contain same key to the list. Before adding step, I broke the application and none of the list items have the same key with the new item.