Hello
When ultragrid datasource refreshs the valuelist items which are selected before refreshing is returning to default state.as,not selected any.So,every time when datasource is refreshing you have to select every valuelist items again.Please help/
Thanks in advance.
Hello Ilkin,
What you could do is to keep the selected item's indices in some array and check those items later. How are you creating and assigning the ValueList? If you are doing it in the 'InitializeLayout' event of the 'WinGrid' control, it would change to a new instance every time and thus "forget" about the checked items. So you could create and assign the 'ValueList' in the 'Load' event of the Form for example.
Hello,
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.