Duplicate rows

Goodmorning to all,

there's a way (in normal and db-aware grid) to hide the rows with a duplicate columns value?

Actually i hide, in normal grid, the duplicate rows with a "for" cycle and a temporary list.

From the last row down to first i read the cell value and, if not present into the list, put it into the list; if present the row will be hide.

This work, but i ask if there is some native into the component.



Thank's



Daniele

You can have rows with duplicate values in a specific column automatically removed. This is done with the method: grid.RemoveDuplicates()

This will remove the rows though, not hide. If it is required to just hide the rows, such functionality is currently not built-in.

Thank's Bruno for your quick reply.



Have a good weekend



Daniele