Hi everyone. I have checkboxes incorporated in my gallery and a textbox which serves as "employee name search box".
The checkboxes allows users to select multiple rows and save them by batch. This is working just fine until I decided to type in something in the searchbox. The gallery searches for the employee but the initial items selected by the user got refreshed. All items selected by the users got unchecked.
Is there a way to not refresh/reset the checkboxes when the user searches for an employee name?
I have a filter in my gallery "textboxsearch.text in empnamecolumn"
1 - I select multiple items

2- I search for a particular employee name

3 - initial checked selection are gone when I clear the searchbox
