gaddlord 2 Posted November 5 (edited) I use the FMX TGrid control but I really miss some of the DevExpress TcxGrid behaviours yet I would like to go cheap this time and use OSS one. I am in search for a grid with: * Multi-column sorting * Ability to show/hide columns from UI * Filter Control (which shows a hyeretical tree control in a new form allowing picking columns, oeprators and operands) ala the DevExpress one * Bookmarks/Goto to Bookmark * Footer * In-place eidt for numeric and text * Display of custom drawn cell with images in cells * reoder columns with drag and drop * resize columns from ui * freezed column * Inplace seearch (go to the next found row with substring martch while typing) * grouping is optional I am aware of: * https://www.devexpress.com/products/vcl/fmx/data-grid/ * https://www.tmssoftware.com/site/tmsfmxgrid7.asp * https://www.devmachines.com/download-for-delphi.html But I am in search for a free control Edited November 5 by gaddlord Share this post Link to post
gaddlord 2 Posted November 5 Seems like TeeGrid https://www.steema.com/downloads/gridvcl can address most of my requirements. Will give it a try. Feel free to recommend options. 2 Share this post Link to post
Chris Mathews 1 Posted November 6 another tms grid: TMS FNC Data Grid Take your application to the next level with data visualization features such as filtering, sorting and multi-column, multi-level grouping. Use the easy data binding functionality supporting master-detail relationships as well as the ability to export to PDF, HTML and XLS. 1 Share this post Link to post
Keesver 23 Posted November 6 Please check out a-dato/FMX-GRID: This library includes visual grid control, data models, binding system. Data models are extendible at runtime so that users can add/remove properties from objects. I can share a link to our demo application so that you can test it yourself. 1 Share this post Link to post
corneliusdavid 213 Posted November 6 Also: https://www.woll2woll.com/firepower Share this post Link to post
Gary 18 Posted November 7 https://www.rosinsky.cz/delphi/dbgrid.html especially used with https://www.rosinsky.cz/delphi/dbactions.html Share this post Link to post
Pieter 0 Posted November 7 (edited) Here’s a list of what you can expect in the TMS FNC Data Grid: Master-Detail Views: Easily manage and navigate complex data structures. Control in Cells: Enjoy fine-tuned control and customization directly within your data cells. Database Binding with Filtering & Sorting: Seamlessly connect and manipulate your data for efficient analysis. Advanced Grouping: Complex grouping options combined with filtering and sorting capabilities. Customizable Calculations: Perform column and row calculations with extensive customization. Efficient Memory Management: Optimize performance with smart memory handling. Increased Performance: Enjoy faster load times and smoother interactions Import/Export to Various Formats: Effortlessly move data in and out of your grids with support for HTML, CSV, XLSX, PDF, JSON, and more. Wide Range of In-Place Editor Types: Customize your data entry with a diverse array of built-in and custom in-place editors. https://tmssoftware.com/site/blog.asp?post=1256 Edited November 7 by Pieter Share this post Link to post