How to filter TRichViewEdit column in TcxGrid
This article shows how to implement filtering in TRichViewEdit column of TcxGrid (a grid VCL control by DevExpress). Let’s take the demo in DevExpress\VCL\Demos\ExpressQuantumGrid\Delphi\FilterDemo as a base. At the first step, we change the type of “Product” column to TRichViewEdit, and value type to Markdown.In the Object Inspector, we select TableViewProduct.Properties = “TRichViewEdit”, and set TableViewProduct.Properties.EditValueSaveFormat = […]
How to filter TRichViewEdit column in TcxGrid Read More »