Jump to content
gaddlord

More Powerful Grid

Recommended Posts

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 by gaddlord

Share this post


Link to post

Please check out a-dato/FMX-GRID:

 

image.thumb.png.3c9a869f36a1b13b8eb5328c652e1209.png

 

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.

 

 

  • Like 1

Share this post


Link to post
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 by Pieter

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×