Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I have worked with DevExpress's Quantum Grid for some time and their support form <a href="http://www.devexpress.com/Support/Center/" rel="nofollow noreferrer">http://www.devexpress.com/Support/Center/</a> is excellent. When you post questions the DevExpress staff will answer you directly. With that said, I did a quick search for you and found some relevant articles.</p> <p><strong>how to hide duplicate row values:</strong> <a href="http://www.devexpress.com/Support/Center/p/Q142379.aspx?searchtext=Duplicate+Rows&amp;p=T1|P0|83" rel="nofollow noreferrer">http://www.devexpress.com/Support/Center/p/Q142379.aspx?searchtext=Duplicate+Rows&amp;p=T1|P0|83</a></p> <p><strong>highlight duplicate records in a grid:</strong> <a href="http://www.devexpress.com/Support/Center/p/Q98776.aspx" rel="nofollow noreferrer">http://www.devexpress.com/Support/Center/p/Q98776.aspx</a></p> <p>Unfortunately, it looks like you will have to iterate through the table in order to hide duplicate values. I would suggest that you try to clean the data up before it makes it to the grid. Ideally you would update the code/sql that produces the data. If that is not possible, you could write a TcxCustomDataSource that will scrub the data when it is first loaded. This should have better performance because you will not be using the grid's api to access the data.</p> <p><strong>Edit</strong></p> <p>ExpressQuantumGrid will not automatically hide rows that look like duplicates because the user hid a column. See: <a href="http://www.devexpress.com/Support/Center/p/Q205956.aspx?searchtext=Duplicate+Rows&amp;p=T1|P0|83" rel="nofollow noreferrer">http://www.devexpress.com/Support/Center/p/Q205956.aspx?searchtext=Duplicate+Rows&amp;p=T1|P0|83</a>.</p> <p><strong>Poster</strong></p> <blockquote> <p>For example, I have a dataset which contains two fields ID and TXT. ID is a unique field and TXT field may contain duplicate values. So when the dataset is connected to the grid with all columns visible, the records are unique. See the image1.bmp. But if I hide the ID column then the grid shows duplicate rows. See the image2.bmp.</p> </blockquote> <p><strong>DevExpress Team</strong></p> <blockquote> <p>I'm sorry, but our ExpressQuantumGrid Suite doesn't support such a functionality, because this task is very specific. However, you can implement it manually.</p> </blockquote>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload