Hello everyone.
Can you help me with this?
I have a list of types which I using for filtering the data from the table in the gallery. In the gallery I added the text box and check box. After checked the check box, the text box needs to be disabled. The problem is that after the first check or re-filtering (selecting the second type) of the check box, all text boxes in the gallery (text box for each item) will be disabled, If I check it, and unchecked, it will be enable. Another problem is that after filtering by another type (selecting another value from the list box) and returning to the previous one, I do not see what I have already checked.
Note: It is necessary to save the checked in the collection.
I did the filtering as follows: Items from Gallery:
Filter ('DataSource', (IsBlank (ListBox.SelectedItems.Value)) || (Type = ListBox.Selected.Value)).
And it works. The problem is the review, which is not satisfactory.
My questions are:
1. How do I see the checked check boxes and the values ​​entered in the text box in the gallery after filtering using the list box?
2. How do I disable the text box for only one item in the gallery, not all?
Any Help would be much appreciated
Thank you.