Xpath Constraint on my select grid

1
I have a select grid used when triggered on a reference selector grid. However the select grid has an xpath which is based on a enumeration, the xpath doesn't constrain my grid tho. My xpath is [Authority_Type = 'Ethics_Commitee'] 'Ethics_Commitee' this value is from an enumeration
asked
1 answers
8

Do you have warnings turned on in your project? The xpath on the select grid is not applied when used as a reference selector but should be set to the reference selector itself. A warning is generated if you do accidently set an xpath to a grid used as a reference selector.

answered