GroupBy with links

In my grid I have grouping turned on. When I group a column that has links, it treats the links differently from the text that is actually shown. For example: if there are 2 links each with the name “test”, but the links are different (javascript:test(1):wink: and (javascript:test(2);), it will group these in 2 different groups. How do I get them to group in the same group because the text “test” is the same for both?

If you filter the grid by “test” both records will be displayed, as each has “test” in it.
You need to filter by “test(1)” or “test(2)” or change your records so that they have different values.