After this i used For each row to read the filtered_DT and its fetching the correct data.
I need to compare this filtered_DT with an existing string. For value 46 in CC column having 3 values, so after did the filtering it returning pepsi,cock and maza for 46.
how i can compare these 3 values against that existing string?
I have attached the xaml file which i tried to filter data table.
After filter the data table I am using “Contains” function to compare a string and then return the Boolean result as true or false.
if the filtered row is eqals to 1 then its returning true or either false based on the string comparison
if the filtered row more than 1, let say if filtered row is 3 its comparing there times with the string and returning false value 2 times and true one time, since only one value existing in that string which we need to compare.
but i need to check if filtered row more than 1 then it should return true if anyone of the filtered row exist in that string.
I have attached my xaml file here. Can anyone please help me on this?