I have an editable grid when i go to add a row and fill it with some values and then clone the same row.I want to know that if the user clones or the data of both the rows is the same then the flag should be set to true and if the user clone the row and then change the data in that case set the flag as false.
can anybody help me to make expression rule.
Thanks
Discussion posts and replies are publicly visible
Hello jojog0003
When you mean clone/duplicate, is this happening on the existing data or New data?If it is new/existing data try using the cdtdifference(). You will have to construct your data when cloned and then evaluate.