Unique values in datagrid using xpath

0
Hi, I have a data grid which gets populated using an XPath. Is there a way to ensure that it has unique values (no duplicate records)?
asked
1 answers
0

Are you trying to filter out duplicates based on the value of an attribute?  If so, the answer is no.

If not, perhaps you could provide some more detail about what you are trying to accomplish.

answered