Hi All,
I have done GroupBy and I have assigned the values to nested galleries :
I have a products list which has Name, ProductNo, ProductionDate, Category etc.
I have done GroupBy - ProductNo assigned this to parent gallery, then in nested/child gallery I am showing Category,Name, ProductionDate etc.
I have textbox search which can be used to search ProductNo which works fine, but I am unable to implement search on Category,Name, ProductionDate etc as these values are in child/nested gallery.
Is there a way to achieve this ? I am open to have multiple search boxes or even ok to do it using one search box.
On screen Visible: GroupBy( Products, "ProductNo", "GroupByProductNo" )
Parent - Gallery1 items: ThisItem.GroupByProductNo
(Nested/Child) - Gallery2 Labels : ThisItem.Category, ThisItem.Name
Please guide.