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
460
Check Problem
posted

Hi,

I'm using winListView as a List with CheckboxStyle on CheckBox.

I display a list which contains checked items or not, then I want to save this checked Items Collection when I click on "OK" and send it to another method in order to process thes checked items.

I'm doing this in my OkButton_Click event with :

UltraListViewCheckedItemsCollection checkedItemCollection = this.rightListView.CheckedItems;

This is very weird because sometimes checkedItemCollection is empty.. although there are items checked on the listView.

Is there any reported bug concerning this?

Am I missing something?

thx

Parents Reply Children
No Data